Wraps the widget in a Padding with the specified padding.
Widget p(double v, [double? y]) => Padding(padding: y == null ? v.p : v.px.merge(y.py), child: this);