Applies padding only to the start (left) side.
Widget ps(double value) => Padding( padding: EdgeInsets.only(left: value), child: this, );