all0 constant

SizedBox const all0

Constructs a SizedBox widget with:

width: 0.0, height: 0.0

Implementation

static const all0 = SizedBox(
  width: StiloConfig.space0,
  height: StiloConfig.space0,
);