From cbadb3a2e5fb17755cd1edd6437bc9a2afe51e4d Mon Sep 17 00:00:00 2001 From: Miguel Beltran Date: Tue, 7 Feb 2023 16:38:00 +0100 Subject: [PATCH] enable Material 3 on linting_tool (#1634) --- experimental/linting_tool/lib/theme/app_theme.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/experimental/linting_tool/lib/theme/app_theme.dart b/experimental/linting_tool/lib/theme/app_theme.dart index 8fd8e704d..f37ffca7a 100644 --- a/experimental/linting_tool/lib/theme/app_theme.dart +++ b/experimental/linting_tool/lib/theme/app_theme.dart @@ -45,6 +45,7 @@ abstract class AppTheme { textTheme: _buildReplyLightTextTheme(base.textTheme), scaffoldBackgroundColor: AppColors.blue50, bottomAppBarTheme: const BottomAppBarTheme(color: AppColors.blue700), + useMaterial3: true, ); }