ZwapButtonStatusDescription class

Used as argument of the callback when custom childs are builded.

Usually used to make the custom child of the button dynamic in base of the current ZwapButton status

Properties

decorations ZwapButtonDecorations?
The current ZwapButton decorations
final
hashCode int
The hash code for this object.
no setterinherited
isDisabled bool
Is true if the button is disabled
final
isFocussed bool
Is true if the button is focussed
final
isHidden bool
Is true if the button is hidden
final
isHovered bool
Is true if the button is hovered
final
isSelected bool
Is true if the button is selected
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedDecorations ZwapButtonDecorations?
The decoration used when isSelected is true
final

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