You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspecting the AoutRouter() with the flutter devtools shows a Stack in there, I'm not sure if it's from auto_route or from Flutter Navigator.
Stack is one of a few widgets that has a Clip.hardEdge bydefault from flutter docs
There should be a way to expose and set the clipBehavior: Clip.none
The text was updated successfully, but these errors were encountered:
The shadow is being clipped when using
AutoRouter()
for nested navigation and the nested page as a shadow.Expected behavior
I'm setting the card on the page instead of
AutoRouter()
Actual behavior
Setting
AutoRouter()
, and the nested page has the cardInspecting the
AoutRouter()
with the flutter devtools shows aStack
in there, I'm not sure if it's from auto_route or from Flutter Navigator.Stack is one of a few widgets that has a Clip.hardEdge bydefault from flutter docs
There should be a way to expose and set the
clipBehavior: Clip.none
The text was updated successfully, but these errors were encountered: