horiz16 constant

SizedBox const horiz16

Constructs a SizedBox widget with width: 64.0

Implementation

static const horiz16 = SizedBox(
  width: StiloConfig.space16,
);