textStyle property

TextStyle get textStyle

Implementation

TextStyle get textStyle {
  return TextStyle(
    fontSize: fontSize,
    color: foregroundColor,
    fontFamily: fontFamily,
    fontWeight: fontWeight,
    fontStyle: fontStyle,
    height: lineHeight,
  );
}