ButtonType enum

Inheritance
Available extensions

Values

signIn → const ButtonType
signUp → const ButtonType
signOut → const ButtonType
forgotPassword → const ButtonType
verifyOtp → const ButtonType
biometric → const ButtonType
back → const ButtonType
next → const ButtonType
skip → const ButtonType
close → const ButtonType
cancel → const ButtonType
goHome → const ButtonType
connect → const ButtonType
disconnect → const ButtonType
reconnect → const ButtonType
scanDevices → const ButtonType
pairDevice → const ButtonType
save → const ButtonType
submit → const ButtonType
confirm → const ButtonType
delete → const ButtonType
edit → const ButtonType
refresh → const ButtonType
retry → const ButtonType
share → const ButtonType
download → const ButtonType
upload → const ButtonType
copy → const ButtonType
clear → const ButtonType
startMonitor → const ButtonType
stopMonitor → const ButtonType
syncData → const ButtonType
exportData → const ButtonType
viewChart → const ButtonType
sendCommand → const ButtonType
loading → const ButtonType
disabled → const ButtonType

Properties

color Color

Available on ButtonType, provided by the ButtonTypeExtension extension

no setter
hashCode int
The hash code for this object.
no setterinherited
icon IconData

Available on ButtonType, provided by the ButtonTypeExtension extension

no setter
index int
A numeric identifier for the enumerated value.
no setterinherited
isDanger bool

Available on ButtonType, provided by the ButtonTypeExtension extension

no setter
label String

Available on ButtonType, provided by the ButtonTypeExtension extension

no setter
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<ButtonType>
A constant List of the values in this enum, in order of their declaration.