Widget marginAll(double margin) { return Container( margin: EdgeInsets.all(margin), child: this, ); }