textTheme property
TextTheme
get
textTheme
Short for Theme.of(context).textTheme.
Implementation
TextTheme get textTheme => Theme.of(context).textTheme;
Short for Theme.of(context).textTheme.
TextTheme get textTheme => Theme.of(context).textTheme;