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.
我Table在 Flutter 中有一个,我想让它扩展它的行,以便表格占据可用的全部空间。鉴于这TableRow不是一个小部件,我不能像Expanded在Column. 是否有另一种方法可以为 a 获得类似的行为Table?
Table
TableRow
Expanded
Column
根据我的信息,除了使用Expanded小部件之外,您还需要使用Row和Columns小部件而不是Table小部件,否则您将需要为每一行单独设置特定的高度并且它不能灵活,使用Container in TableRow儿童