The key this route will use for its root Focus
widget, if any.
If this route is the first route shown by the navigator, the navigator
will initialize its Focus
to this key.
Source
@override GlobalKey get focusKey => new GlobalObjectKey(this);
The key this route will use for its root Focus
widget, if any.
If this route is the first route shown by the navigator, the navigator
will initialize its Focus
to this key.
@override GlobalKey get focusKey => new GlobalObjectKey(this);