LegendRow constructor

const LegendRow({
  1. required Color color,
  2. required String name,
  3. required bool isLine,
  4. required CartesianCanvasTheme theme,
})

Implementation

const LegendRow({
  required this.color,
  required this.name,
  required this.isLine,
  required this.theme,
});