horiz6 constant

SizedBox const horiz6

Constructs a SizedBox widget with width: 24.0

Implementation

static const horiz6 = SizedBox(
  width: StiloConfig.space6,
);