Applies horizontal margin (left and right).
Widget mx(double value) => Padding( padding: EdgeInsets.symmetric(horizontal: value), child: this, );