Size dataclass¶ class mops.mixins.objects.size.Size(width: int | float | None = None, height: int | float | None = None)[source]¶ Represents the dimensions of an object with width and height. width: int | float | None = None¶ height: int | float | None = None¶