selectedStyle property

ScrubberSelectionStyle selectedStyle

Implementation

ScrubberSelectionStyle get selectedStyle => _selectedStyle;
void selectedStyle=(ScrubberSelectionStyle newValue)

Implementation

set selectedStyle(ScrubberSelectionStyle newValue) {
  this.updateProperty('selectedStyle', newValue: newValue.toString());
  _selectedStyle = newValue;
}