all24 constant

SizedBox const all24

Constructs a SizedBox widget with:

width: 96.0, height: 96.0

Implementation

static const all24 = SizedBox(
  width: StiloConfig.space24,
  height: StiloConfig.space24,
);