Unverified Commit ae442ee7 authored by Taha Tesser's avatar Taha Tesser Committed by GitHub

Replace `ClipRect` in Snackbar with a Container for `Clip.none` clip behavior (#94811)

parent 9f7848f8
...@@ -612,7 +612,7 @@ class _SnackBarState extends State<SnackBar> { ...@@ -612,7 +612,7 @@ class _SnackBarState extends State<SnackBar> {
return Hero( return Hero(
tag: '<SnackBar Hero tag - ${widget.content}>', tag: '<SnackBar Hero tag - ${widget.content}>',
child: ClipRect(child: snackBarTransition), child: snackBarTransition,
); );
} }
} }
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