GraphBorderPainter constructor

GraphBorderPainter({
  1. required List<double> items,
  2. Color? color,
  3. bool? showValues,
  4. double? fontSize,
  5. FontWeight? fontWeight,
})

Implementation

GraphBorderPainter(
    {required this.items,
    this.color,
    this.showValues,
    this.fontSize,
    this.fontWeight});