all20 constant

SizedBox const all20

Constructs a SizedBox widget with:

width: 80.0, height: 80.0

Implementation

static const all20 = SizedBox(
  width: StiloConfig.space20,
  height: StiloConfig.space20,
);