horiz40 constant

SizedBox const horiz40

Constructs a SizedBox widget with width: 160.0

Implementation

static const horiz40 = SizedBox(
  width: StiloConfig.space40,
);