textTheme property
Shortcut for accessing the app-wide theme-defined text theme.
Implementation
TextTheme get textTheme => Theme.of(context).textTheme;
Shortcut for accessing the app-wide theme-defined text theme.
TextTheme get textTheme => Theme.of(context).textTheme;