onActionPressed property
dynamic Function()?
onActionPressed
final
Function invoked when pressing action
widget
must be not null when action != null
Implementation
final Function()? onActionPressed;