Widget pxy({double x = 0, double y = 0}) => Padding( padding: EdgeInsets.symmetric(horizontal: x, vertical: y), child: this, );