vert20 constant

SizedBox const vert20

Constructs a SizedBox widget with height: 80.0

Implementation

static const vert20 = SizedBox(
  height: StiloConfig.space20,
);