kioba
10/25/2019, 12:47 AMColumn { Text() }
the text is wrapped to the next line but
with `Row { Column{ Text() } } a long text is cropped. Is there any way to limit the width of the Text to the size of its container?kioba
10/25/2019, 12:52 AMFlexible(1f)
as a modify-er on Column
solves this issue but the preview does not pick it up 🙂