ignoreNextTap static method
Used internally by IgnoreKeyboardDismiss to notify this Widget to ignore the next tap.
Implementation
static void ignoreNextTap(BuildContext context) {
context
.dependOnInheritedWidgetOfExactType<
_KeyboardDismissOnTapInheritedWidget>()!
.ignoreNextTap();
}