onTapAlwaysCalled property

bool onTapAlwaysCalled
final

Whether onTap should be called for every tap.

Defaults to false, so onTap is only called for each distinct tap. When enabled, onTap is called for every tap including consecutive taps.

Implementation

final bool onTapAlwaysCalled;