GuideLine constructor
const
GuideLine({})
Implementation
const GuideLine({
this.show = true,
this.length = 16,
this.style = const LineStyle(color: Colors.black),
this.gap = const [4, 0],
});
const GuideLine({
this.show = true,
this.length = 16,
this.style = const LineStyle(color: Colors.black),
this.gap = const [4, 0],
});