all28 constant

SizedBox const all28

Constructs a SizedBox widget with:

width: 112.0, height: 112.0

Implementation

static const all28 = SizedBox(
  width: StiloConfig.space28,
  height: StiloConfig.space28,
);