AppTheme class

Constructors

AppTheme.new()

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

formUiHelper FormUiHelper
no setter
themeColors ThemeColors
no setter
themeData ThemeModel
getter/setter pair

Static Methods

setTheme(bool isDark) → void
setThemeColors({Color? primary, Color? secondary, Color? tertiary, Color? inverse, Color? text, Color? secondaryText, Color? success, Color? warning, Color? dimGray, Color? darkGray, Color? lightBlue, Color? purple, Color? dimBlack, Color? lightGrassGreen, Color? grassGreen, Color? lightFoam, Color? foam, Color? lightBrown, Color? brown, Color? lightWildBlue, Color? wildBlue, Color? lightYellow, Color? yellow, Color? lightRed, Color? darkRed, Color? lemon, Color? darkYellow, Color? mintGreen, Color? oliveGreen, Color? darkPurple, Color? lightPurple, Color? uranianBlue, Color? gradientBlue, Color? cornFlowerBlue, Color? draft, Color? lightestGray, Color? dimRed, Color? tealGreen, Color? royalBlue, Color? themeBlack, Color? themeGreen, Color? themeBlue, Color? red}) → void