mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
When not dismissing, the Dismissable widget should cull its background. When a dismiss is in progress, it should clip the background to just the part that is revealed. Fixes #6127