all16 constant

SizedBox const all16

Constructs a SizedBox widget with:

width: 64.0, height: 64.0

Implementation

static const all16 = SizedBox(
  width: StiloConfig.space16,
  height: StiloConfig.space16,
);