maybeOf static method

Implementation

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