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