Skip to content

Commit

Permalink
feat: Use BottomAppBarTheme instead of bottomAppBarColor.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelongqy committed Apr 25, 2024
1 parent 59fbecd commit b36bbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/widget/menu_bottom_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class _MenuBottomBarState extends State<MenuBottomBar>
clipBehavior: Clip.antiAlias,
elevation: 4,
margin: EdgeInsets.zero,
surfaceTintColor: Theme.of(context).bottomAppBarColor,
surfaceTintColor: Theme.of(context).bottomAppBarTheme.color,
shape: const RoundedRectangleBorder(
borderRadius: BorderRadius.vertical(top: Radius.circular(32)),
),
Expand Down

0 comments on commit b36bbae

Please sign in to comment.