maybeOf static method
Possibly return an instance.
Implementation
static InheritedGameShortcuts? maybeOf(final BuildContext context) =>
context.dependOnInheritedWidgetOfExactType<InheritedGameShortcuts>();
Possibly return an instance.
static InheritedGameShortcuts? maybeOf(final BuildContext context) =>
context.dependOnInheritedWidgetOfExactType<InheritedGameShortcuts>();