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