Button class

A data class representing a button with a label and an onPressed callback.

Constructors

Button({required String label, required VoidCallback onPressed})
Creates a new instance of the Button class.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
label String
The text label displayed on the button.
final
onPressed VoidCallback
A callback function that is executed when the button is pressed.
final
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