onDoubleTap property
dynamic Function()?
onDoubleTap
final
Called when the widget is double tapped.
Implementation
final Function()? onDoubleTap;
Called when the widget is double tapped.
final Function()? onDoubleTap;