maybeOf static method

Implementation

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