textTheme property
TextTheme
get
textTheme
DO THAT:
Theme.of(context).textTheme;
Implementation
TextTheme get textTheme => Theme.of(this).textTheme;
DO THAT:
Theme.of(context).textTheme;
TextTheme get textTheme => Theme.of(this).textTheme;