Unverified Commit bab0ce97 authored by liyuqian's avatar liyuqian Committed by GitHub

Clip the flutter_gallery front layer (#20836)

This will be needed once PhysicalShape sets the default clipBehavior
to Clip.none.
parent e870b1a2
...@@ -304,6 +304,7 @@ class _BackdropState extends State<Backdrop> with SingleTickerProviderStateMixin ...@@ -304,6 +304,7 @@ class _BackdropState extends State<Backdrop> with SingleTickerProviderStateMixin
borderRadius: _kFrontHeadingBevelRadius.lerp(_controller.value), borderRadius: _kFrontHeadingBevelRadius.lerp(_controller.value),
), ),
), ),
clipBehavior: Clip.antiAlias,
child: child, child: child,
); );
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment