TextStyles class

Text styles and theme for facio_design_system

You can use TextStyles like this:

TextStyles.textTheme

See also TextTheme API.

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

Constants

bodyText1 → const TextStyle
bodyText2 → const TextStyle
button → const TextStyle
caption → const TextStyle
headline1 → const TextStyle
headline2 → const TextStyle
headline3 → const TextStyle
headline4 → const TextStyle
headline5 → const TextStyle
subtitle1 → const TextStyle
subtitle2 → const TextStyle
textTheme → const TextTheme