textStyle property

TextStyle get textStyle

Implementation

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