tinyGap top-level constant
SizedBox
const tinyGap
A tiny gap to use between very closely related widgets.
Implementation
const tinyGap = SizedBox(height: 8);
A tiny gap to use between very closely related widgets.
const tinyGap = SizedBox(height: 8);