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