maybeOf static method

Implementation

static YaruNavigationRailItemScope? maybeOf(BuildContext context) {
  return context
      .dependOnInheritedWidgetOfExactType<YaruNavigationRailItemScope>();
}