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