all6 constant

SizedBox const all6

Constructs a SizedBox widget with:

width: 24.0, height: 24.0

Implementation

static const all6 = SizedBox(
  width: StiloConfig.space6,
  height: StiloConfig.space6,
);