RenderRepaintBoundary constructor

RenderRepaintBoundary({
  1. RenderBox? child,
})

Creates a repaint boundary around child.

Implementation

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