FlutterFlowTheme class abstract
- Implementers
Constructors
Properties
- alternate ↔ Color
-
getter/setter pair
- bodyText1 → TextStyle
-
no setter
- bodyText2 → TextStyle
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- lineColor ↔ Color
-
getter/setter pair
- primaryBackground ↔ Color
-
getter/setter pair
- primaryBtnText ↔ Color
-
getter/setter pair
- primaryColor ↔ Color
-
getter/setter pair
- primaryText ↔ Color
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryBackground ↔ Color
-
getter/setter pair
- secondaryColor ↔ Color
-
getter/setter pair
- secondaryText ↔ Color
-
getter/setter pair
- subtitle1 → TextStyle
-
no setter
- subtitle2 → TextStyle
-
no setter
- tertiaryColor ↔ Color
-
getter/setter pair
- title1 → TextStyle
-
no setter
- title2 → TextStyle
-
no setter
- title3 → TextStyle
-
no setter
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 Methods
-
initialize(
) → Future -
of(
BuildContext context) → FlutterFlowTheme -
saveThemeMode(
ThemeMode mode) → void