onPressed property

VoidCallback? onPressed
final

Callback when button is pressed.

Null when button should be disabled (loading or no address).

Implementation

final VoidCallback? onPressed;