1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

enable Material 3 on linting_tool (#1634)

This commit is contained in:
Miguel Beltran
2023-02-07 16:38:00 +01:00
committed by GitHub
parent f8a939263a
commit cbadb3a2e5

View File

@@ -45,6 +45,7 @@ abstract class AppTheme {
textTheme: _buildReplyLightTextTheme(base.textTheme),
scaffoldBackgroundColor: AppColors.blue50,
bottomAppBarTheme: const BottomAppBarTheme(color: AppColors.blue700),
useMaterial3: true,
);
}