textStyle property

TextStyle get textStyle

Implementation

TextStyle get textStyle => TextStyle(
      inherit: inherit,
      fontSize: fontSize,
      fontWeight: fontWeight,
      fontStyle: fontStyle,
      letterSpacing: letterSpacing,
      wordSpacing: wordSpacing,
      textBaseline: textBaseline,
      height: height,
      locale: locale,
      fontFeatures: fontFeatures,
      decoration: decoration,
      debugLabel: debugLabel,
      fontFamily: fontFamily,
      fontFamilyFallback: fontFamilyFallback,
      package: package,
    );