onPaint method

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

Implementation

@protected
void onPaint(PaintingContext context, Offset offset) {
  paintSegments(context, offset);
}