onUserTapAlwaysCalled property

bool onUserTapAlwaysCalled
final

Whether onUserTap will be called for all taps including consecutive taps.

Defaults to false, so onUserTap is only called for each distinct tap.

Implementation

final bool onUserTapAlwaysCalled;