onUserTap property
final
Called for the first tap in a series of taps when onUserTapAlwaysCalled is disabled, which is the default behavior.
When onUserTapAlwaysCalled is enabled, this is called for every tap, including consecutive taps.
Implementation
final GestureTapCallback? onUserTap;