horiz0 constant

SizedBox const horiz0

Constructs a SizedBox widget with width: 0.0

Implementation

static const horiz0 = SizedBox(
  width: StiloConfig.space0,
);