A SizedBox gap of value logical pixels, square.
SizedBox
value
static SizedBox gap(double value) => SizedBox(width: value, height: value);