style property

TextStyle get style

Implementation

TextStyle get style => TextStyle(
      fontSize: fontSize,
      fontWeight: fontWeight,
      letterSpacing: letterSpacing,
    );