padding extension to apply padding to this widget at End
padding
widget
Widget paddingEnd(double padding) { return Padding( padding: EdgeInsetsDirectional.only(end: padding), child: this, ); }