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,
//color: color,
//backgroundColor: backgroundColor,
//foreground: foreground,
//background: background,
//decoration: decoration,
//decorationColor: decorationColor,
//decorationStyle: decorationStyle,
//decorationThickness: decorationThickness,
);