all52 constant

SizedBox const all52

Constructs a SizedBox widget with:

width: 208.0, height: 208.0

Implementation

static const all52 = SizedBox(
  width: StiloConfig.space52,
  height: StiloConfig.space52,
);