horiz80 constant

SizedBox const horiz80

Constructs a SizedBox widget with width: 320.0

Implementation

static const horiz80 = SizedBox(
  width: StiloConfig.space80,
);