tinyGap top-level constant

SizedBox const tinyGap

A tiny gap to use between very closely related widgets.

Implementation

const tinyGap = SizedBox(height: 8);