shouldRebuild method

bool shouldRebuild(
  1. WindowDelegate<T> oldDelegate
)

Returns whether the SceneElements of the Window should be rebuild after the oldDelegate has been replaced with this instance.

Implementation

bool shouldRebuild(WindowDelegate<T> oldDelegate) => true;