forceToRepaintBoundary property

void forceToRepaintBoundary=(bool value)

Implementation

set forceToRepaintBoundary(bool value) {
  if (_forceToRepaintBoundary == value) {
    return;
  }
  _forceToRepaintBoundary = value;
  _updateRenderBoxModel();
}