onPressed property

void Function()? onPressed
final

Callback, called when a button inside this block is pressed.

Implementation

final void Function()? onPressed;