pxy static method

Implementation

static InputDecoration pxy(double x, double y) => contentPadding(
      EdgeInsets.symmetric(horizontal: x, vertical: y),
    );