styleWithoutFontFeatures property

TextStyle styleWithoutFontFeatures

Implementation

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