all11 constant

SizedBox const all11

Constructs a SizedBox widget with:

width: 44.0, height: 44.0

Implementation

static const all11 = SizedBox(
  width: StiloConfig.space11,
  height: StiloConfig.space11,
);