horiz12 constant

SizedBox const horiz12

Constructs a SizedBox widget with width: 48.0

Implementation

static const horiz12 = SizedBox(
  width: StiloConfig.space12,
);