horiz2 constant

SizedBox const horiz2

Constructs a SizedBox widget with width: 8.0

Implementation

static const horiz2 = SizedBox(
  width: StiloConfig.space2,
);