DefaultTextStyles class

Default text styles used throughout the application.

Constructors

DefaultTextStyles()

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

bodyLargeBoldGrey TextStyle
Text style for large body text with a bold grey font.
no setter
bodyLargeRegular TextStyle
Large regular body text style.
no setter
bodyRegular TextStyle
Regular body text style.
no setter
bodySmallGrey TextStyle
Text style for small body text in grey.
no setter
inputText TextStyle
Text style for input fields.
no setter