smallGap top-level constant

SizedBox const smallGap

A small gap to use between related widgets.

Implementation

const smallGap = SizedBox(height: 16);