all7 constant

SizedBox const all7

Constructs a SizedBox widget with:

width: 28.0, height: 28.0

Implementation

static const all7 = SizedBox(
  width: StiloConfig.space7,
  height: StiloConfig.space7,
);