all10 constant

SizedBox const all10

Constructs a SizedBox widget with:

width: 40.0, height: 40.0

Implementation

static const all10 = SizedBox(
  width: StiloConfig.space10,
  height: StiloConfig.space10,
);