onSecondaryTapCancel method
Implementation
@override
@mustCallSuper
void onSecondaryTapCancel(SecondaryTapCancelEvent event) {
super.onSecondaryTapCancel(event);
for (final fn in _secondaryTapCancelFns) {
fn(event);
}
}
@override
@mustCallSuper
void onSecondaryTapCancel(SecondaryTapCancelEvent event) {
super.onSecondaryTapCancel(event);
for (final fn in _secondaryTapCancelFns) {
fn(event);
}
}