Adds margin to widget
Widget marginAll(double value) => Container( margin: EdgeInsets.all(value), child: this, );