maybeOf static method

NomoTextTheme? maybeOf(
  1. BuildContext context
)

Implementation

static NomoTextTheme? maybeOf(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<NomoTextTheme>();
}