onPressed property
Synchronous callback when button is pressed. Either onPressed or onPressedAsync must be provided.
Implementation
final VoidCallback? onPressed;
Synchronous callback when button is pressed. Either onPressed or onPressedAsync must be provided.
final VoidCallback? onPressed;