maybeOf static method

Implementation

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