all96 constant

SizedBox const all96

Constructs a SizedBox widget with:

width: 384.0, height: 384.0

Implementation

static const all96 = SizedBox(
  width: StiloConfig.space96,
  height: StiloConfig.space96,
);