maybeOf static method

Implementation

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