vert16 constant

SizedBox const vert16

Constructs a SizedBox widget with height: 64.0

Implementation

static const vert16 = SizedBox(
  height: StiloConfig.space16,
);