paintFallback method Null safety

void paintFallback(
  1. PaintingContext context,
  2. Offset offset,
  3. Size size,
  4. PaintingContextCallback painter
)

Paint the child via painter, applying any effects that would have been painted with the RasterWidgetDelegate.

The offset and size are the location and dimensions of the render object.

Implementation

void paintFallback(PaintingContext context, Offset offset, Size size, PaintingContextCallback painter);