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