RepaintBoundary constructor

const RepaintBoundary({Key key, Widget child })

Creates a widget that isolates repaints.

Implementation

const RepaintBoundary({ Key key, Widget child }) : super(key: key, child: child);