horiz24 constant

SizedBox const horiz24

Constructs a SizedBox widget with width: 96.0

Implementation

static const horiz24 = SizedBox(
  width: StiloConfig.space24,
);