horiz60 constant

SizedBox const horiz60

Constructs a SizedBox widget with width: 240.0

Implementation

static const horiz60 = SizedBox(
  width: StiloConfig.space60,
);