maybeOf static method

Implementation

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