I wonder why there is a LimitedBox here in Flutter Container when child is null, what's the point about maxWidth == 0.0?

前端 未结 0 1962
轮回少年
轮回少年 2021-01-12 08:55

I wonder why there is a LimitedBox here in Flutter Container when child is null, what\'s the point about maxWidth == 0.0?

LimitedBox(
    maxWidth: 0.0,
    m         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题