py method

Widget py([
  1. double y = 16.0
])

Applies vertical padding to the widget.

Implementation

Widget py([double y = 16.0]) => pOnly(t: y, b: y);