horiz5 constant

SizedBox const horiz5

Constructs a SizedBox widget with width: 20.0

Implementation

static const horiz5 = SizedBox(
  width: StiloConfig.space5,
);