horiz48 constant

SizedBox const horiz48

Constructs a SizedBox widget with width: 192.0

Implementation

static const horiz48 = SizedBox(
  width: StiloConfig.space48,
);