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