horiz10 constant

SizedBox const horiz10

Constructs a SizedBox widget with width: 40.0

Implementation

static const horiz10 = SizedBox(
  width: StiloConfig.space10,
);