customPaint method

bool customPaint(
  1. PaintingContext context,
  2. Offset offset
)
inherited

Override this if you want to do custom viewTransform alignment. This will be called after advancing. Return true to prevent regular paint.

Implementation

bool customPaint(PaintingContext context, Offset offset) => false;