Legend constructor

Legend(
  1. List<LegendItem> items,
  2. LegendPosition position, {
  3. Color? backgroundColor,
  4. Color? textColor,
})

Implementation

Legend(this.items, this.position, {this.backgroundColor, this.textColor});