Padding paddingRight({Key? key, required double value}) { return Padding( padding: EdgeInsets.only(right: value), key: key, child: this, ); }