all40 constant

SizedBox const all40

Constructs a SizedBox widget with:

width: 160.0, height: 160.0

Implementation

static const all40 = SizedBox(
  width: StiloConfig.space40,
  height: StiloConfig.space40,
);