A Box that stacks its children vertically.
Column({ gap: 8, children: [Text('title'), Text('subtitle')] }) Copy
Column({ gap: 8, children: [Text('title'), Text('subtitle')] })
A Box that stacks its children vertically.