maybeOf static method

Implementation

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