BarPoint constructor
const
BarPoint(
- double x,
- double toY, {
- double fromY = 0,
- BarStyle? style,
- List<
BarStackSegment> stack = const [], - BarBackground? background,
Implementation
const BarPoint(
super.x,
double super.toY, {
this.fromY = 0,
this.style,
this.stack = const [],
this.background,
});