menu
dynamic_tools package
documentation
sources/extensions/context_extensions.dart
ContextExtensions
textTheme property
textTheme property
dark_mode
light_mode
textTheme
property
TextTheme
get
textTheme
Returns the current
TextTheme
.
Implementation
TextTheme get textTheme { return Theme.of(this).textTheme; }
dynamic_tools package
documentation
sources/extensions/context_extensions
ContextExtensions
textTheme property
ContextExtensions extension on
BuildContext