Wraps this widget with padding only on the left.
Padding paddingLeft(double value) { return Padding(padding: EdgeInsets.only(left: value), child: this); }