vert32 constant

SizedBox const vert32

Constructs a SizedBox widget with height: 128.0

Implementation

static const vert32 = SizedBox(
  height: StiloConfig.space32,
);