onPressed property
Callback when button is pressed.
Null when button should be disabled (loading or no address).
Implementation
final VoidCallback? onPressed;
Callback when button is pressed.
Null when button should be disabled (loading or no address).
final VoidCallback? onPressed;