ComponentSizes

data class ComponentSizes(val mainWidth: Double, val mainHeight: Double, val otherWidth: Double, val otherHeight: Double)

Component size configuration.

Constructors

Link copied to clipboard
constructor(mainWidth: Double, mainHeight: Double, otherWidth: Double, otherHeight: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard