horiz8 constant

SizedBox const horiz8

Constructs a SizedBox widget with width: 32.0

Implementation

static const horiz8 = SizedBox(
  width: StiloConfig.space8,
);