mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 14:28:51 +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),
|
textTheme: _buildReplyLightTextTheme(base.textTheme),
|
||||||
scaffoldBackgroundColor: AppColors.blue50,
|
scaffoldBackgroundColor: AppColors.blue50,
|
||||||
bottomAppBarTheme: const BottomAppBarTheme(color: AppColors.blue700),
|
bottomAppBarTheme: const BottomAppBarTheme(color: AppColors.blue700),
|
||||||
|
useMaterial3: true,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user