onPressed property

ValueChanged<BuildContext>? onPressed
final

Callback when the action button is pressed.

Implementation

final ValueChanged<BuildContext>? onPressed;