ButtonImpl class
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
asIconButton(
) → Button -
override
-
asTextButton(
) → Button -
override
-
build(
) → Widget -
override
-
icon(
IconData icon) → Button -
override
-
iconModifier(
Modifier modifier) → Button -
label(
String text) → Button -
override
-
labelModifier(
Modifier modifier) → Button -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onClick(
VoidCallback onPressed) → Button -
override
-
style(
ButtonStyle style) → Button -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited