vert64 constant

SizedBox const vert64

Constructs a SizedBox widget with height: 256.0

Implementation

static const vert64 = SizedBox(
  height: StiloConfig.space64,
);