FCPTextStyles class

Text styles for the Flutter Components Plus package

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

bodyLarge TextStyle
getter/setter pair
bodyMedium TextStyle
getter/setter pair
bodySmall TextStyle
getter/setter pair
displayLarge TextStyle
getter/setter pair
displayMedium TextStyle
getter/setter pair
displaySmall TextStyle
getter/setter pair
headlineLarge TextStyle
getter/setter pair
headlineMedium TextStyle
getter/setter pair
headlineSmall TextStyle
getter/setter pair
labelLarge TextStyle
getter/setter pair
labelMedium TextStyle
getter/setter pair
labelSmall TextStyle
getter/setter pair
titleLarge TextStyle
getter/setter pair
titleMedium TextStyle
getter/setter pair
titleSmall TextStyle
getter/setter pair

Static Methods

getBodyLarge({Color? color}) TextStyle
getBodyMedium({Color? color}) TextStyle
getBodySmall({Color? color}) TextStyle
getDisplayLarge({Color? color}) TextStyle
Get text styles with color
getDisplayMedium({Color? color}) TextStyle
getDisplaySmall({Color? color}) TextStyle
getHeadlineLarge({Color? color}) TextStyle
getHeadlineMedium({Color? color}) TextStyle
getHeadlineSmall({Color? color}) TextStyle
getLabelLarge({Color? color}) TextStyle
getLabelMedium({Color? color}) TextStyle
getLabelSmall({Color? color}) TextStyle
getTitleLarge({Color? color}) TextStyle
getTitleMedium({Color? color}) TextStyle
getTitleSmall({Color? color}) TextStyle