textTheme property
TextTheme
get
textTheme
Equivalent to Theme.of(context).textTheme
Implementation
TextTheme get textTheme => Theme.of(this).textTheme;
Equivalent to Theme.of(context).textTheme
TextTheme get textTheme => Theme.of(this).textTheme;