Bar constructor

const Bar(
  1. double value, {
  2. BarConfig config = const BarConfig(),
})

Object storing all the bar information.

Implementation

const Bar(
  this.value, {
  this.config = const BarConfig(),
});