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