isInModal property

bool get isInModal

Implementation

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