Disables touch interactions for the widget by wrapping it with AbsorbPointer.
AbsorbPointer
Widget touchDisabled({bool disable = true}) { return AbsorbPointer( absorbing: disable, child: this, ); }