all80 constant

SizedBox const all80

Constructs a SizedBox widget with:

width: 320.0, height: 320.0

Implementation

static const all80 = SizedBox(
  width: StiloConfig.space80,
  height: StiloConfig.space80,
);