style property

TextStyle style

Implementation

TextStyle get style => TextStyle(
      fontSize: fontSize,
      color: color,
      decoration: decoration.value,
      fontWeight: fontWeight,
      fontStyle: fontStyle,
      fontFeatures: fontFeatures,
    );