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