all8 constant

SizedBox const all8

Constructs a SizedBox widget with:

width: 32.0, height: 32.0

Implementation

static const all8 = SizedBox(
  width: StiloConfig.space8,
  height: StiloConfig.space8,
);