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