menu
flutter_style_extensions package
documentation
_src/theming.dart
ThemingExtension
theme property
theme property
dark_mode
light_mode
theme
property
ThemeData
get
theme
Returns the current
ThemeData
.
Implementation
ThemeData get theme => Theme.of(this);
flutter_style_extensions package
documentation
_src/theming
ThemingExtension
theme property
ThemingExtension extension on
BuildContext