all48 constant

SizedBox const all48

Constructs a SizedBox widget with:

width: 192.0, height: 192.0

Implementation

static const all48 = SizedBox(
  width: StiloConfig.space48,
  height: StiloConfig.space48,
);