inView method

bool inView(
  1. String id
)

Implementation

bool inView(String id) {
  return _currentScalePositionId.contains(id);
}