RenderRepaintBoundary constructor

RenderRepaintBoundary({RenderBox child })

Creates a repaint boundary around child.

Implementation

RenderRepaintBoundary({ RenderBox child }) : super(child);