all36 constant

SizedBox const all36

Constructs a SizedBox widget with:

width: 144.0, height: 144.0

Implementation

static const all36 = SizedBox(
  width: StiloConfig.space36,
  height: StiloConfig.space36,
);