horiz72 constant

SizedBox const horiz72

Constructs a SizedBox widget with width: 288.0

Implementation

static const horiz72 = SizedBox(
  width: StiloConfig.space72,
);