BTTypography class
A class that defines the typography styles used in the Bootstrap theme.
Constructors
- BTTypography.new({TextStyle? headline1, TextStyle? headline2, TextStyle? headline3, TextStyle? headline4, TextStyle? headline5, TextStyle? headline6, TextStyle? display1, TextStyle? display2, TextStyle? display3, TextStyle? display4, TextStyle? display5, TextStyle? display6, TextStyle? lead, TextStyle? bodyText1, TextStyle? bodyText2, TextStyle? small, TextStyle? highlight, TextStyle? link, TextStyle? button})
- Creates a new instance of BTTypography.
Properties
- bodyText1 ↔ TextStyle?
-
getter/setter pair
- bodyText2 ↔ TextStyle?
-
getter/setter pair
-
getter/setter pair
- display1 ↔ TextStyle?
-
getter/setter pair
- display2 ↔ TextStyle?
-
getter/setter pair
- display3 ↔ TextStyle?
-
getter/setter pair
- display4 ↔ TextStyle?
-
getter/setter pair
- display5 ↔ TextStyle?
-
getter/setter pair
- display6 ↔ TextStyle?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- headline1 ↔ TextStyle?
-
getter/setter pair
- headline2 ↔ TextStyle?
-
getter/setter pair
- headline3 ↔ TextStyle?
-
getter/setter pair
- headline4 ↔ TextStyle?
-
getter/setter pair
- headline5 ↔ TextStyle?
-
getter/setter pair
- headline6 ↔ TextStyle?
-
getter/setter pair
- highlight ↔ TextStyle?
-
getter/setter pair
- lead ↔ TextStyle?
-
getter/setter pair
- link ↔ TextStyle?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- small ↔ TextStyle?
-
getter/setter pair
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