mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
enable Material 3 on linting_tool (#1634)
This commit is contained in:
@@ -45,6 +45,7 @@ abstract class AppTheme {
|
||||
textTheme: _buildReplyLightTextTheme(base.textTheme),
|
||||
scaffoldBackgroundColor: AppColors.blue50,
|
||||
bottomAppBarTheme: const BottomAppBarTheme(color: AppColors.blue700),
|
||||
useMaterial3: true,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user