onPaint method

  1. @override
void onPaint(
  1. PaintingContext context,
  2. Offset offset
)
override

Implementation

@override
void onPaint(PaintingContext context, Offset offset) {
  super.onPaint(context, offset);

  paintDataLabels(context, offset);
}