Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Flutter 编写一个英语到阿拉伯语的翻译应用程序。我想在英文文本的行之间显示每个句子的阿拉伯语翻译(编织在一起,见附件)。如何包装一行英文,然后一行阿拉伯语,...最后包装剩余的最后几行而没有额外的行空间?
也许我可以做到,但使用 Stack 编织到具有 2x 行空间的 TextSpan?
(文字是假的,不要试图阅读它!)