all5 constant

SizedBox const all5

Constructs a SizedBox widget with:

width: 20.0, height: 20.0

Implementation

static const all5 = SizedBox(
  width: StiloConfig.space5,
  height: StiloConfig.space5,
);