vert0 constant

SizedBox const vert0

Constructs a SizedBox widget with height: 0.0

Implementation

static const vert0 = SizedBox(
  height: StiloConfig.space0,
);