LegendRow constructor
const
LegendRow({
- required Color color,
- required String name,
- required bool isLine,
- required CartesianCanvasTheme theme,
Implementation
const LegendRow({
required this.color,
required this.name,
required this.isLine,
required this.theme,
});