MaterialButtonWrapper class
Properties for a component which wants to expose typical options for a
button: buttonText
, buttonAriaLabel
, disabled
, icon
and raised
.
- Implemented types
- Implementers
Constructors
Properties
-
Aria label for the button.
getter/setter pair
-
no setter
-
Text on the button.
getter/setter pair
- disabled ↔ bool
-
Whether the button is disabled.
getter/setter pairoverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon ↔ Icon?
-
Icon to be used with the button. (Optional)
getter/setter pair
- iconName ↔ String?
-
Icon to use for the button.
getter/setter pair
- raised ↔ bool
-
Whether the button is raised.
getter/setter pair
- 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