LegendModel constructor

LegendModel(
  1. String name,
  2. Color color, {
  3. Color? textColor,
  4. double? textFontSize,
})

Implementation

LegendModel(this.name, this.color,{this.textColor,this.textFontSize});