FxTextStyle class

Constructors

FxTextStyle()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

defaultFontWeight Map<int, FontWeight>
no setter
defaultLetterSpacing Map<FxTextType, double>
no setter
defaultTextFontWeight Map<FxTextType, int>
no setter
defaultTextSize Map<FxTextType, double>
no setter

Static Methods

bodyLarge({TextStyle? textStyle, int? fontWeight, bool muted = false, bool xMuted = false, double? letterSpacing, Color? color, TextDecoration decoration = TextDecoration.none, double? height, double? wordSpacing, double? fontSize}) TextStyle
bodyMedium({TextStyle? textStyle, int fontWeight = 500, bool muted = false, bool xMuted = false, double? letterSpacing, Color? color, TextDecoration decoration = TextDecoration.none, double? height, double? wordSpacing, double? fontSize}) TextStyle
bodySmall({TextStyle? textStyle, int fontWeight = 500, bool muted = false, bool xMuted = false, double? letterSpacing, Color? color, TextDecoration decoration = TextDecoration.none, double? height, double? wordSpacing, double? fontSize}) TextStyle
changeDefaultFontWeight(Map<int, FontWeight> defaultFontWeight) → void
changeDefaultLetterSpacing(Map<FxTextType, double> defaultLetterSpacing) → void
changeDefaultTextFontWeight(Map<FxTextType, int> defaultFontWeight) → void
changeDefaultTextSize(Map<FxTextType, double> defaultTextSize) → void
changeFontFamily(GoogleFontFunction fontFamily) → void
displayLarge({TextStyle? textStyle, int fontWeight = 500, bool muted = false, bool xMuted = false, double? letterSpacing, Color? color, TextDecoration decoration = TextDecoration.none, double? height, double? wordSpacing, double? fontSize}) TextStyle
displayMedium({TextStyle? textStyle, int fontWeight = 500, bool muted = false, bool xMuted = false, double? letterSpacing, Color? color, TextDecoration decoration = TextDecoration.none, double? height, double? wordSpacing, double? fontSize}) TextStyle
displaySmall({TextStyle? textStyle, int fontWeight = 500, bool muted = false, bool xMuted = false, double? letterSpacing, Color? color, TextDecoration decoration = TextDecoration.none, double? height, double? wordSpacing, double? fontSize}) TextStyle
getStyle({TextStyle? textStyle, int? fontWeight = 500, bool muted = false, bool xMuted = false, double? letterSpacing, Color? color, TextDecoration decoration = TextDecoration.none, double? height, double? wordSpacing, double? fontSize}) TextStyle
headlineLarge({TextStyle? textStyle, int fontWeight = 500, bool muted = false, bool xMuted = false, double? letterSpacing, Color? color, TextDecoration decoration = TextDecoration.none, double? height, double? wordSpacing, double? fontSize}) TextStyle
headlineMedium({TextStyle? textStyle, int fontWeight = 500, bool muted = false, bool xMuted = false, double? letterSpacing, Color? color, TextDecoration decoration = TextDecoration.none, double? height, double? wordSpacing, double? fontSize}) TextStyle
headlineSmall({TextStyle? textStyle, int fontWeight = 500, bool muted = false, bool xMuted = false, double? letterSpacing, Color? color, TextDecoration decoration = TextDecoration.none, double? height, double? wordSpacing, double? fontSize}) TextStyle
labelLarge({TextStyle? textStyle, int fontWeight = 500, bool muted = false, bool xMuted = false, double? letterSpacing, Color? color, TextDecoration decoration = TextDecoration.none, double? height, double? wordSpacing, double? fontSize}) TextStyle
labelMedium({TextStyle? textStyle, int fontWeight = 500, bool muted = false, bool xMuted = false, double? letterSpacing, Color? color, TextDecoration decoration = TextDecoration.none, double? height, double? wordSpacing, double? fontSize}) TextStyle
labelSmall({TextStyle? textStyle, int fontWeight = 500, bool muted = false, bool xMuted = false, double? letterSpacing, Color? color, TextDecoration decoration = TextDecoration.none, double? height, double? wordSpacing, double? fontSize}) TextStyle
resetFontStyles() → dynamic
titleLarge({TextStyle? textStyle, int fontWeight = 500, bool muted = false, bool xMuted = false, double? letterSpacing, Color? color, TextDecoration decoration = TextDecoration.none, double? height, double? wordSpacing, double? fontSize}) TextStyle
titleMedium({TextStyle? textStyle, int fontWeight = 500, bool muted = false, bool xMuted = false, double? letterSpacing, Color? color, TextDecoration decoration = TextDecoration.none, double? height, double? wordSpacing, double? fontSize}) TextStyle
titleSmall({TextStyle? textStyle, int fontWeight = 500, bool muted = false, bool xMuted = false, double? letterSpacing, Color? color, TextDecoration decoration = TextDecoration.none, double? height, double? wordSpacing, double? fontSize}) TextStyle