onPressed property

void Function()? onPressed
final

Callback, called when this button is pressed.

Invokes Navigator.maybePop, if not specified.

Implementation

final void Function()? onPressed;