Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions lib/src/build_context_impl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ extension ThemeExt on BuildContext {

TextTheme get primaryTextTheme => Theme.of(this).primaryTextTheme;

TextTheme get accentTextTheme => Theme.of(this).accentTextTheme;

BottomAppBarTheme get bottomAppBarTheme => Theme.of(this).bottomAppBarTheme;

BottomSheetThemeData get bottomSheetTheme => Theme.of(this).bottomSheetTheme;
Expand All @@ -70,8 +68,6 @@ extension ThemeExt on BuildContext {

Color get primaryColor => Theme.of(this).primaryColor;

Color get buttonColor => Theme.of(this).buttonColor;

Color get scaffoldBackgroundColor => Theme.of(this).scaffoldBackgroundColor;

AppBarTheme get appBarTheme => Theme.of(this).appBarTheme;
Expand Down