see Padding
Padding padH( double v, { Key? key, }) => Padding( key: key, padding: EdgeInsets.symmetric(horizontal: v), child: this, );