insertRepaintBoundary property

bool insertRepaintBoundary
final

Whether to insert a RepaintBoundary above this widget in the widget tree.

In some instances, it may be necessary to insert a RepaintBoundary above this widget into the widget tree to ensure that this widget is rendered properly.

Implementation

final bool insertRepaintBoundary;