maybeOf static method

Implementation

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