all60 constant

SizedBox const all60

Constructs a SizedBox widget with:

width: 240.0, height: 240.0

Implementation

static const all60 = SizedBox(
  width: StiloConfig.space60,
  height: StiloConfig.space60,
);