horiz9 constant

SizedBox const horiz9

Constructs a SizedBox widget with width: 36.0

Implementation

static const horiz9 = SizedBox(
  width: StiloConfig.space9,
);