SettingsButton class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
isVisible
→ bool
-
Shows whether the button is visible. Set to false by default.
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
hide()
→ dynamic
-
A method to hide the button.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
offClick(void callback())
→ void
-
A method that removes the button press event handler.
-
onClick(void callback())
→ void
-
A method that sets the button press event handler.
-
show()
→ dynamic
-
A method to make the button active and visible.
-
toString()
→ String
-
A string representation of this object.
inherited