Adds equal margin on all sides.
Widget marginAll(double value) { return Container( margin: EdgeInsets.all(value), child: this, ); }