onSecondaryTap property
dynamic Function()?
onSecondaryTap
final
A tap with a secondary button has occurred.
Implementation
final Function()? onSecondaryTap;
A tap with a secondary button has occurred.
final Function()? onSecondaryTap;