Applies padding to all sides of the widget.
Widget p([double n = 16.0]) => Padding(padding: EdgeInsets.all(n), child: this);