all72 constant

SizedBox const all72

Constructs a SizedBox widget with:

width: 288.0, height: 288.0

Implementation

static const all72 = SizedBox(
  width: StiloConfig.space72,
  height: StiloConfig.space72,
);