all14 constant

SizedBox const all14

Constructs a SizedBox widget with:

width: 56.0, height: 56.0

Implementation

static const all14 = SizedBox(
  width: StiloConfig.space14,
  height: StiloConfig.space14,
);