markBoundsDirty method

void markBoundsDirty()

Let the shape know that any further call to get world/local bounds will need to rebuild the cached bounds.

Implementation

void markBoundsDirty() {
  _worldBounds = _localBounds = null;
}