clearSelection property

bool? clearSelection

Implementation

bool? get clearSelection => _$this._clearSelection;
void clearSelection=(bool? clearSelection)

Implementation

set clearSelection(bool? clearSelection) =>
    _$this._clearSelection = clearSelection;