maybeOf static method

CursorSelectorProvider? maybeOf(
  1. BuildContext context
)

Implementation

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