all2 constant

SizedBox const all2

Constructs a SizedBox widget with:

width: 8.0, height: 8.0

Implementation

static const all2 = SizedBox(
  width: StiloConfig.space2,
  height: StiloConfig.space2,
);