LegendLinear constructor
const
LegendLinear({})
Creates a linear legend.
Implementation
const LegendLinear({
super.key,
required this.scale,
this.config = const LegendLinearConfig(),
this.tickValues,
this.tickFormat,
this.title,
this.titleStyle,
});