maybeOf static method
Implementation
static Color? maybeOf(BuildContext context) =>
context.dependOnInheritedWidgetOfExactType<AppShortcutHintColor>()?.color;
static Color? maybeOf(BuildContext context) =>
context.dependOnInheritedWidgetOfExactType<AppShortcutHintColor>()?.color;