value property
TextStyle
get
value
Implementation
TextStyle get value => TextStyle(
inherit: inherit,
color: color,
backgroundColor: backgroundColor,
fontFamily: fontFamily,
fontFamilyFallback: fontFamilyFallback,
fontSize: fontSize,
fontWeight: fontWeight,
fontStyle: fontStyle,
letterSpacing: letterSpacing,
wordSpacing: wordSpacing,
textBaseline: textBaseline,
height: height,
leadingDistribution: leadingDistribution,
locale: locale,
foreground: foreground,
background: background,
decoration: decoration,
decorationColor: decorationColor,
decorationStyle: decorationStyle,
decorationThickness: decorationThickness,
debugLabel: debugLabel,
shadows: shadows,
fontFeatures: fontFeatures,
overflow: overflow,
package: package,
);