RenderRepaintBoundary constructor Null safety
- {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);