all64 constant

SizedBox const all64

Constructs a SizedBox widget with:

width: 256.0, height: 256.0

Implementation

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