我不知道如何将文字包裹在扑朔迷离中
我正在尝试创建一个带有图像的共同组件,右侧是介绍。 当引言很长时,组件呈现不佳。
我知道在fixible
小部件中,有一种众所周知的包装文本
并尝试过的方法。 那不起作用。
我在达台上有一个例子。谁能告诉我如何在没有溢出的情况下显示它?
I am trying to create a common component with an image on the left and an introduction on the right.
When the introduction is long, the component does not render well.
I know there is a commonly known method of wrapping Text
in a Flexible
Widget and have tried it.
That did not work.
I have an example on dartpad. Can anyone tell me how to get it to display without overflow here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在列中,小部件添加一行。然后,如果添加一个灵活的小部件,文本将在溢出上下降
In the column widget add a row. Then if you add a flexible widget the text will go down on overflow