all56 constant

SizedBox const all56

Constructs a SizedBox widget with:

width: 224.0, height: 224.0

Implementation

static const all56 = SizedBox(
  width: StiloConfig.space56,
  height: StiloConfig.space56,
);