all1 constant

SizedBox const all1

Constructs a SizedBox widget with:

width: 4.0, height: 4.0

Implementation

static const all1 = SizedBox(
  width: StiloConfig.space1,
  height: StiloConfig.space1,
);