tapToUncountEnabled property

bool get tapToUncountEnabled

Implementation

bool get tapToUncountEnabled => _tapToUncountEnabled;
set tapToUncountEnabled (bool newValue)

Implementation

set tapToUncountEnabled(bool newValue) {
  _tapToUncountEnabled = newValue;
  _updateNative();
}