maybeOf static method

Implementation

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