maybeOf static method
Retrieves the nearest MinMultiProvider from the widget tree, if available.
Implementation
static MinMultiProvider? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<MinMultiProvider>();
}
Retrieves the nearest MinMultiProvider from the widget tree, if available.
static MinMultiProvider? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<MinMultiProvider>();
}