onPressed property

VoidCallback? onPressed
final

Synchronous callback when button is pressed. Either onPressed or onPressedAsync must be provided.

Implementation

final VoidCallback? onPressed;