isExpanded method

bool isExpanded(
  1. K sectionKey
)

Implementation

bool isExpanded(K sectionKey) {
  _checkNotDisposed();
  return _tree.isExpanded(SectionKey<K>(sectionKey));
}