all9 constant

SizedBox const all9

Constructs a SizedBox widget with:

width: 36.0, height: 36.0

Implementation

static const all9 = SizedBox(
  width: StiloConfig.space9,
  height: StiloConfig.space9,
);