pl method

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

Applies left padding to the widget.

Implementation

Widget pl([double n = 16.0]) => pOnly(l: n);