Padding all( final XSpaces value, { final Widget? child, }) => Padding( padding: _edgeInsets.all(value), child: child, );