maybeOf static method

Color? maybeOf(
  1. BuildContext context
)

Implementation

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