pub fn vertical_space() -> Space
Expand description
Creates a new [Space
] widget that fills the available
vertical space.
This can be useful to separate widgets in a [Column
].
pub fn vertical_space() -> Space
Creates a new [Space
] widget that fills the available
vertical space.
This can be useful to separate widgets in a [Column
].