maybeOf static method
Returns null when no DbLensControllerScope ancestor exists.
Implementation
static DbLensController? maybeOf(BuildContext context) {
return context
.getInheritedWidgetOfExactType<_DbLensControllerInherited>()
?.controller;
}