horiz7 constant

SizedBox const horiz7

Constructs a SizedBox widget with width: 28.0

Implementation

static const horiz7 = SizedBox(
  width: StiloConfig.space7,
);