enable Material 3 on linting_tool (#1634)

pull/1640/head
Miguel Beltran 3 years ago committed by GitHub
parent f8a939263a
commit cbadb3a2e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save