NuntioColor class

Constructors

NuntioColor({Color? primaryColor, Color? secondaryColor, Color? successColor, Color? errorColor, Color? disabledColor, Color? activeColor, Brightness? brightness})

Properties

activeColor Color
getter/setter pair
disabledColor Color
getter/setter pair
errorColor Color
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
primaryColor Color
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryColor Color
getter/setter pair
successColor Color
getter/setter pair

Methods

build(Brightness brightness) → dynamic
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