RoundCustom class

Implemented types

Constructors

RoundCustom({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
getButtonIconColor(QdsBoxButtonState state) → Color
override
getButtonTextColor(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