isInModal property

bool isInModal

Implementation

bool get isInModal {
  return this.find<NestedNavigatorContainer>() != null;
}