horiz96 constant

SizedBox const horiz96

Constructs a SizedBox widget with width: 384.0

Implementation

static const horiz96 = SizedBox(
  width: StiloConfig.space96,
);