LegendLinearConfig constructor
const
LegendLinearConfig({})
Creates a linear legend configuration.
Implementation
const LegendLinearConfig({
this.orientation = LegendLinearOrientation.horizontal,
this.length = 200,
this.thickness = 12,
this.borderRadius = 2,
this.labelStyle,
this.labelCount = 5,
this.labelSpacing = 4,
});