LitTextStyles class

A collection of TextStyles used throughout the LitSoftware apps.

The TextStyles are able to be used as default value on the constructor if required.

Constructors

LitTextStyles()

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

monospace → const TextStyle
The default monospace TextStyle.
monospaceFontFamily → const String
The default monospace font family.
montserrat → const String
The default sans serif font family.
package → const String
All fonts should be derived from this very package ('lit_ui_kit')
sanSerifBodySmall → const TextStyle
sansSerif → const TextStyle
The default sans serif TextStyle.
sansSerifBody → const TextStyle
sansSerifBodyLargeSpacing → const TextStyle
sansSerifBodyTighter → const TextStyle
sansSerifBodyTighterSmaller → const TextStyle
sansSerifHeader → const TextStyle
sansSerifHeaderTighter → const TextStyle
sansSerifSmallHeader → const TextStyle
sansSerifStyles → const List<TextStyle>
A List of available sans serif styles. To select a specific style, use the caption,button, body, body2, header5 and header6 indicators as index value.
sansSerifSubHeader → const TextStyle
sansSerifSubHeaderTighter → const TextStyle
serif → const TextStyle
The default serif TextStyle.
serifFontFamily → const String
The default serif font family.