public protocol Size : Decodable, Encodable
Protocol for size dimensions.
[width](#/s:9embed_sdk4SizeP5widthSfvp)
Undocumented
Swift
var width: Float { get set }
[height](#/s:9embed_sdk4SizeP6heightSfvp)
Undocumented
Swift
var height: Float { get set }
[unit](#/s:9embed_sdk4SizeP4unitAA0C4UnitOvp)
Undocumented
Swift
var unit: SizeUnit { get set }