SaveLayer constructor
const
SaveLayer({})
Creates a widget, which paints its child
into a separate save layer.
Implementation
const SaveLayer({
Key? key,
this.paint,
this.debugCheckChildDoesNotNeedCompositing = true,
this.child,
}) : super(key: key, child: child);