pb method

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

Applies bottom padding to the widget.

Implementation

Widget pb([double n = 16.0]) => pOnly(b: n);