indicatorWidth property
int?
get
indicatorWidth
Implementation
int? get indicatorWidth => _indicatorWidth;
set
indicatorWidth
(int? v)
Implementation
set indicatorWidth(int? v) {
_indicatorWidth = v;
}