Returns a new widget with the given padding.
Padding paddingAll(double padding) { return Padding(padding: .all(padding), child: this); }