see Padding
Padding padFromLTRB( double l, double t, double r, double b, { Key? key, }) => Padding( key: key, padding: EdgeInsets.fromLTRB(l, t, r, b), child: this, );