Open bartekpacia opened 8 months ago
When MessageToast is shown all input (drags, taps, back button) is ignored.
MessageToast
infotoast_blocking.webm
To show the pointer: adb shell settings put system pointer_location 1
To show the pointer:
adb shell settings put system pointer_location 1
I added a button under this line:
TextButton( child: const Text('ToastMessage.info()'), onPressed: () { ToastMessage.info(context, 'hi there!'); }, ),
When
MessageToast
is shown all input (drags, taps, back button) is ignored.infotoast_blocking.webm
Repro
I added a button under this line: