Custom class

Implemented types

Constructors

Custom.new({required Color activeColor, required Color pressedColor, required Color inactiveColor, required Color loadingColor, required Color progressColor, required Color textColor, required Color inactiveTextColor, required Color iconColor})
const

Properties

activeColor Color
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color
final
inactiveColor Color
final
inactiveTextColor Color
final
loadingColor Color
final
pressedColor Color
final
progressColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color
final

Methods

getButtonColor(QdsBoxButtonState state) Color
override
getIconColor(QdsBoxButtonState state) Color
override
getProgressColor(QdsBoxButtonState state) Color
override
getTextColor(QdsBoxButtonState state) Color
override
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