diff --git a/example/lib/widget/menu_bottom_bar.dart b/example/lib/widget/menu_bottom_bar.dart index a7318f5..2b05b04 100644 --- a/example/lib/widget/menu_bottom_bar.dart +++ b/example/lib/widget/menu_bottom_bar.dart @@ -53,7 +53,7 @@ class _MenuBottomBarState extends State 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)), ),