onUserTapAlwaysCalled property

  1. @protected
bool onUserTapAlwaysCalled

Whether the provided onUserTap callback should be dispatched on every tap or only non-consecutive taps.

Defaults to false.

Implementation

@protected
bool get onUserTapAlwaysCalled => false;