p method

Widget p(
  1. double distance
)

Implementation

Widget p(double distance) =>
    Padding(padding: EdgeInsets.all(distance), child: this);