horiz4 constant

SizedBox const horiz4

Constructs a SizedBox widget with width: 16.0

Implementation

static const horiz4 = SizedBox(
  width: StiloConfig.space4,
);