@override void paintContext(Canvas ctxCanvas, Size ctxSize) { for (var lpo in context.layers) { lpo.delegatePaint(ctxCanvas, ctxSize); } }