Returns a new widget with the given margin.
Container marginAll(double margin) { return Container(margin: .all(margin), child: this); }