smallGap top-level constant
SizedBox
const smallGap
A small gap to use between related widgets.
Implementation
const smallGap = SizedBox(height: 16);
A small gap to use between related widgets.
const smallGap = SizedBox(height: 16);