horiz3 constant

SizedBox const horiz3

Constructs a SizedBox widget with width: 12.0

Implementation

static const horiz3 = SizedBox(
  width: StiloConfig.space3,
);