horiz32 constant

SizedBox const horiz32

Constructs a SizedBox widget with width: 128.0

Implementation

static const horiz32 = SizedBox(
  width: StiloConfig.space32,
);