all4 constant

SizedBox const all4

Constructs a SizedBox widget with:

width: 16.0, height: 16.0

Implementation

static const all4 = SizedBox(
  width: StiloConfig.space4,
  height: StiloConfig.space4,
);