component/core/gap library
Classes
- Gap
- A simple spacing widget that provides both horizontal and vertical space. It's a convenient wrapper around SizedBox.
- GapX
- A simple spacing widget that provides horizontal space only. It's a convenient wrapper around SizedBox.
- GapY
- A simple spacing widget that provides vertical space only. It's a convenient wrapper around SizedBox.