Button class

Constructors

Button()
Button.fromJS(Button _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
onClicked EventStream<void>
Fired when the button is clicked.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → Button
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(String? iconPath, String? tooltipText, bool? disabled) → void
Updates the attributes of the button. If some of the arguments are omitted or null, the corresponding attributes are not updated. iconPath Path to the new icon of the button. tooltipText Text shown as a tooltip when user hovers the mouse over the button. disabled Whether the button is disabled.

Operators

operator ==(Object other) bool
The equality operator.
inherited