textTheme property
TextTheme
get
textTheme
Gets the current text theme.
Example:
final textStyle = context.textTheme.headlineLarge;
Implementation
TextTheme get textTheme => Theme.of(this).textTheme;
Gets the current text theme.
Example:
final textStyle = context.textTheme.headlineLarge;
TextTheme get textTheme => Theme.of(this).textTheme;