fromKey property
NomoNavigatorState
get
fromKey
Implementation
static NomoNavigatorState get fromKey {
final state = nomoNavigatorKey.currentState;
assert(state != null, 'No NomoNavigatorState found in context');
return state!;
}