horiz64 constant

SizedBox const horiz64

Constructs a SizedBox widget with width: 256.0

Implementation

static const horiz64 = SizedBox(
  width: StiloConfig.space64,
);