all3 constant

SizedBox const all3

Constructs a SizedBox widget with:

width: 12.0, height: 12.0

Implementation

static const all3 = SizedBox(
  width: StiloConfig.space3,
  height: StiloConfig.space3,
);