all12 constant

SizedBox const all12

Constructs a SizedBox widget with:

width: 48.0, height: 48.0

Implementation

static const all12 = SizedBox(
  width: StiloConfig.space12,
  height: StiloConfig.space12,
);