maintainInteractivity property

bool maintainInteractivity
final

Whether to allow the sliver 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 sliver 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;