paintFallback method Null safety
- PaintingContext context,
- Offset offset,
- Size size,
- 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);