onTapCancel property
dynamic Function()?
onTapCancel
final
The pointer that previously triggered onTapDown will not end up causing a tap.
Implementation
final Function()? onTapCancel;
The pointer that previously triggered onTapDown will not end up causing a tap.
final Function()? onTapCancel;