MyoroButtonState class

State of MyoroButtonController.

Constructors

MyoroButtonState.new(MyoroButtonConfiguration? configuration)
Creates a new instance of MyoroButtonState.

Properties

configuration MyoroButtonConfiguration?
Configuration.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isLoading bool
_isLoadingController's bool getter.
getter/setter pair
isLoadingController ValueNotifier<bool>
_isLoadingController getter.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tapStatus MyoroTapStatusEnum
_tapStatusController's MyoroTapStatusEnum getter.
getter/setter pair
tapStatusController ValueNotifier<MyoroTapStatusEnum>
_tapStatusController getter.
no setter

Methods

dispose() → void
Dispose function.
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