textStyle property
TextStyle
get
textStyle
Implementation
TextStyle get textStyle {
return Theme.of(context).textTheme.bodyMedium!;
}
TextStyle get textStyle {
return Theme.of(context).textTheme.bodyMedium!;
}