horiz36 constant

SizedBox const horiz36

Constructs a SizedBox widget with width: 144.0

Implementation

static const horiz36 = SizedBox(
  width: StiloConfig.space36,
);