maybeOf static method

Implementation

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