FlutterFlowTheme class abstract

Implementers

Constructors

FlutterFlowTheme()

Properties

alternate ↔ Color
getter/setter pair
bodyText1 → TextStyle
no setter
bodyText1Family → String
no setter
bodyText2 → TextStyle
no setter
bodyText2Family → String
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
subtitle1Family → String
no setter
subtitle2 → TextStyle
no setter
subtitle2Family → String
no setter
tertiaryColor ↔ Color
getter/setter pair
title1 → TextStyle
no setter
title1Family → String
no setter
title2 → TextStyle
no setter
title2Family → String
no setter
title3 → TextStyle
no setter
title3Family → String
no setter
typography → Typography
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 Properties

themeMode → ThemeMode
no setter

Static Methods

initialize() → Future
of(BuildContext context) → FlutterFlowTheme
saveThemeMode(ThemeMode mode) → void