barWidth property

double get barWidth

Implementation

double get barWidth => _barWidth;
set barWidth (double value)

Implementation

set barWidth(double value) {
  _barWidth = value;
}