createChildContext method
- ContainerLayer childLayer,
- Rect bounds
Creates a painting context configured to paint into childLayer
.
The bounds
are estimated paint bounds for debugging purposes.
Implementation
@protected
PaintingContext createChildContext(ContainerLayer childLayer, Rect bounds) {
return PaintingContext(childLayer, bounds);
}