highlightWidth property
double
get
highlightWidth
Implementation
double get highlightWidth => _highlightWidth;
set
highlightWidth
(double value)
Implementation
set highlightWidth(double value) {
_highlightWidth = value;
refresh();
}