pr method

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

Applies right padding to the widget.

Implementation

Widget pr([double n = 16.0]) => pOnly(r: n);