Creates spacing with the specified width and height.
width
height
const Spacing({super.key, double? width, double? height}) : _width = width, _height = height;