maybeOf static method

Implementation

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