maintainInteractivity property
final
Whether to allow the widget to be interactive when hidden.
To set this, maintainSize must also be set.
By default, with maintainInteractivity set to false, touch events cannot reach the child when it is hidden from the user. If this flag is set to true, then touch events will nonetheless be passed through.
Implementation
final bool maintainInteractivity;