onSecondaryButtonPressed property
dynamic Function()?
onSecondaryButtonPressed
getter/setter pair
A secondary main button, displayed only when using multiActions constructor the action callback will be called when pressing the secondary main button
Implementation
late Function()? onSecondaryButtonPressed;