ReferenceLines constructor
const
ReferenceLines({})
Implementation
const ReferenceLines({
super.key,
required this.lines,
this.color = Colors.grey,
this.width = 1,
this.dashPattern,
this.labelStyle,
});
const ReferenceLines({
super.key,
required this.lines,
this.color = Colors.grey,
this.width = 1,
this.dashPattern,
this.labelStyle,
});