Defaut constructor
factory SpaceAttribute({ final int? left, final int? top, final int? right, final int? bottom, }) = _SpaceAttribute;