all32 constant

SizedBox const all32

Constructs a SizedBox widget with:

width: 128.0, height: 128.0

Implementation

static const all32 = SizedBox(
  width: StiloConfig.space32,
  height: StiloConfig.space32,
);