Add specified margin to all sides.
Widget marginAll(double margin) => Container(margin: EdgeInsets.all(margin), child: this);