all44 constant

SizedBox const all44

Constructs a SizedBox widget with:

width: 176.0, height: 176.0

Implementation

static const all44 = SizedBox(
  width: StiloConfig.space44,
  height: StiloConfig.space44,
);