Skip to content

Commit

Permalink
change slidable style
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidatorCoder committed Feb 1, 2022
1 parent 5aa55a5 commit b6a9c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/notice_tile.dart
Expand Up @@ -95,7 +95,7 @@ class _NoticeTileState extends State<NoticeTile> {
final _themeService = locator<ThemeService>();
return Slidable(
controller: slidableController,
actionPane: const SlidableDrawerActionPane(),
actionPane: const SlidableBehindActionPane(),
actionExtentRatio: 0.25,
closeOnScroll: true,
actions: <Widget>[
Expand Down

0 comments on commit b6a9c72

Please sign in to comment.