Wraps the widget inside a Container with margin.
Container
Widget marginAll(double value) { return Container( margin: EdgeInsets.all(value), child: this, ); }