horiz20 constant

SizedBox const horiz20

Constructs a SizedBox widget with width: 80.0

Implementation

static const horiz20 = SizedBox(
  width: StiloConfig.space20,
);