overlayStyle property

ScrubberSelectionStyle overlayStyle

Implementation

ScrubberSelectionStyle get overlayStyle => _overlayStyle;
void overlayStyle=(ScrubberSelectionStyle newValue)

Implementation

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