GridLine constructor
const
GridLine({})
Creates a GridLine with the given properties.
Implementation
const GridLine({
required this.color,
this.width = 1,
this.dashArray,
this.extendBehindLabels = false,
});
Creates a GridLine with the given properties.
const GridLine({
required this.color,
this.width = 1,
this.dashArray,
this.extendBehindLabels = false,
});