IgnorePointer
Overview
Makes a widget ignore touch and click events, while rendering stays unchanged. Use it to block all input on the screen while something is loading, for example.
Properties
| Property | Description | Value | Default |
|---|---|---|---|
ignoring | Turn it on so child widgets ignore pointer (touch and click) events instead of receiving them. | On / Off | On |
ignoringSemantics | Sets whether to exclude the widget from accessibility information as well while pointers are ignored. | On / Off | Not set |