onPressed property

(void Function()?) onPressed
getter/setter pair

Callback for what should happen when the button is pressed.

Implementation

void Function()? onPressed;