maybeOf static method

Implementation

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