vert80 constant

SizedBox const vert80

Constructs a SizedBox widget with height: 320.0

Implementation

static const vert80 = SizedBox(
  height: StiloConfig.space80,
);