maybeOf static method

FitTheme? maybeOf(
  1. BuildContext context
)

Implementation

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