unselectAfterHit property

bool unselectAfterHit

Implementation

bool get unselectAfterHit => _unselectAfterHit;
void unselectAfterHit=(bool newValue)

Implementation

set unselectAfterHit(bool newValue) {
  this.updateProperty('unselectAfterHit', newValue: newValue);
  _unselectAfterHit = newValue;
}