textTheme property
TextTheme
get
textTheme
performs a simple Theme.of(context).textTheme action and returns given textTheme
Implementation
TextTheme get textTheme => theme.textTheme;
performs a simple Theme.of(context).textTheme action and returns given textTheme
TextTheme get textTheme => theme.textTheme;