px method

Widget px([
  1. double x = 16.0
])

Applies horizontal padding to the widget.

Implementation

Widget px([double x = 16.0]) => pOnly(l: x, r: x);