maybeOf static method

Implementation

static NomoVerticalMenuThemeDataNullable? maybeOf(BuildContext context) {
  return context
      .dependOnInheritedWidgetOfExactType<NomoVerticalMenuThemeOverride>()
      ?.data;
}