highlightWidth property

double highlightWidth

Implementation

double get highlightWidth => _highlightWidth;
void highlightWidth=(double value)

Implementation

set highlightWidth(double value) {
  _highlightWidth = value;
  refresh();
}