vert40 constant

SizedBox const vert40

Constructs a SizedBox widget with height: 160.0

Implementation

static const vert40 = SizedBox(
  height: StiloConfig.space40,
);