menu
flutter_useful_extensions package
documentation
extensions/build_context_extensions.dart
BuildContextExtensions
textTheme property
textTheme property
dark_mode
light_mode
textTheme
property
TextTheme
get
textTheme
Returns the current
TextTheme
for the context.
Implementation
TextTheme get textTheme => Theme.of(this).textTheme;
flutter_useful_extensions package
documentation
extensions/build_context_extensions
BuildContextExtensions
textTheme property
BuildContextExtensions extension on
BuildContext