RenderRepaintBoundary constructor
- RenderBox? child,
Creates a repaint boundary around child
.
Implementation
RenderRepaintBoundary({RenderBox? child}) : super(child);
Creates a repaint boundary around child
.
RenderRepaintBoundary({RenderBox? child}) : super(child);