UpThemeData class

Constructors

UpThemeData({required MaterialColor primaryColor, MaterialColor? secondaryColor, MaterialColor? tertiaryColor, MaterialColor? warnColor, MaterialColor? basicColor, MaterialColor? linkColor, required MaterialColor baseColor, MaterialColor? successColor, required UpStyle primaryStyle, UpStyle? secondaryStyle, UpStyle? tertiaryStyle, UpStyle? successStyle, UpStyle? warnStyle, UpStyle? linkStyle, UpStyle? basicStyle, required bool isDark})

Properties

baseColor MaterialColor
getter/setter pair
basicColor MaterialColor?
getter/setter pair
basicStyle UpStyle?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isDark bool
getter/setter pair
linkColor MaterialColor?
getter/setter pair
linkStyle UpStyle?
getter/setter pair
primaryColor MaterialColor
getter/setter pair
primaryStyle UpStyle
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryColor MaterialColor?
getter/setter pair
secondaryStyle UpStyle?
getter/setter pair
successColor MaterialColor?
getter/setter pair
successStyle UpStyle?
getter/setter pair
tertiaryColor MaterialColor?
getter/setter pair
tertiaryStyle UpStyle?
getter/setter pair
warnColor MaterialColor?
getter/setter pair
warnStyle UpStyle?
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
updateStyle({UpStyle? primaryStyle, UpStyle? secondaryStyle, UpStyle? tertiaryStyle, UpStyle? warnStyle, UpStyle? linkStyle, UpStyle? successStyle, UpStyle? basicStyle}) UpThemeData

Operators

operator ==(Object other) bool
The equality operator.
inherited