maybeOf static method

Implementation

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