createChildContext method
- @protected
@protected
Creates a compatible painting context to paint onto childLayer
.
Implementation
@protected
PaintingContext createChildContext(ContainerLayer childLayer, Rect bounds) {
return PaintingContext(childLayer, bounds);
}