pt method

Widget pt([
  1. double n = 16.0
])

Applies top padding to the widget.

Implementation

Widget pt([double n = 16.0]) => pOnly(t: n);