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