BarPoint constructor

const BarPoint(
  1. double x,
  2. double toY, {
  3. double fromY = 0,
  4. BarStyle? style,
  5. List<BarStackSegment> stack = const [],
  6. BarBackground? background,
})

Implementation

const BarPoint(
  super.x,
  double super.toY, {
  this.fromY = 0,
  this.style,
  this.stack = const [],
  this.background,
});