textTheme property
TextTheme
get
textTheme
Returns the current text theme
Implementation
TextTheme get textTheme {
return Theme.of(this).textTheme;
}
Returns the current text theme
TextTheme get textTheme {
return Theme.of(this).textTheme;
}