textTheme property
TextTheme
get
textTheme
Returns the current TextTheme data of this BuildContext
Implementation
TextTheme get textTheme => Theme.of(this).textTheme;
Returns the current TextTheme data of this BuildContext
TextTheme get textTheme => Theme.of(this).textTheme;