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
Not sure if I'm doing something wrong, but I found that all my TargetContent widgets expand to fill the remaining width regardless of what width I set (using say, SizedBox() or Container()). I believe it may have something to do with the fact the tutorial is in an Overlay but I'm not sure.
This is not really noticeable on small screen / mobile devices but once you go to desktop web or ipad/tablet it's noticeable because any text will just be in one long line with no way to limit the width and have the text wrap. Interestingly, setting the height is totally fine and works without issue.
Not sure if I'm doing something wrong, but I found that all my
TargetContent
widgets expand to fill the remaining width regardless of what width I set (using say,SizedBox()
orContainer()
). I believe it may have something to do with the fact the tutorial is in an Overlay but I'm not sure.This is not really noticeable on small screen / mobile devices but once you go to desktop web or ipad/tablet it's noticeable because any text will just be in one long line with no way to limit the width and have the text wrap. Interestingly, setting the height is totally fine and works without issue.
My
TargetContent
test just looks like this:With
ContentAlign.right
, the container sits next to the target and expands right to fill the remaining space:With
ContentAlign.bottom
, the container sits below the target and takes up the full width:The text was updated successfully, but these errors were encountered: