forceToRepaintBoundary property
      
      set
      forceToRepaintBoundary
      (bool value) 
      
    
    
    
Implementation
set forceToRepaintBoundary(bool value) {
  if (_forceToRepaintBoundary == value) {
    return;
  }
  _forceToRepaintBoundary = value;
  updateRenderBoxModel();
}