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