transformHitTests property

bool transformHitTests
final

Whether hit testing should be affected by the slide animation.

If false, hit testing will proceed as if the child was not translated at all. Setting this value to false is useful for fast animations where you expect the user to commonly interact with the child widget in its final location and you want the user to benefit from "muscle memory".

Implementation

final bool transformHitTests;