Enables or disables touch interactions with feedback using IgnorePointer.
IgnorePointer
Widget touchIgnored({bool ignore = true}) { return IgnorePointer( ignoring: ignore, child: this, ); }