horiz1 constant

SizedBox const horiz1

Constructs a SizedBox widget with width: 4.0

Implementation

static const horiz1 = SizedBox(
  width: StiloConfig.space1,
);