largeGap top-level constant
SizedBox
const largeGap
A large gap to use between unrelated widgets.
Implementation
const largeGap = SizedBox(height: 24);
A large gap to use between unrelated widgets.
const largeGap = SizedBox(height: 24);