getCurrentExtent method

double getCurrentExtent(
  1. TKey key
)

Gets the current extent for a node, accounting for animation.

Implementation

double getCurrentExtent(TKey key) {
  return getAnimatedExtent(key, _fullExtentOf(key) ?? defaultExtent);
}