onSecondaryTapDown method
Implementation
@override
@mustCallSuper
void onSecondaryTapDown(SecondaryTapDownEvent event) {
super.onSecondaryTapDown(event);
for (final fn in _secondaryTapDownFns) {
fn(event);
}
}
@override
@mustCallSuper
void onSecondaryTapDown(SecondaryTapDownEvent event) {
super.onSecondaryTapDown(event);
for (final fn in _secondaryTapDownFns) {
fn(event);
}
}