toggle menu
AetherUI
0.1.0-alpha
jvm
switch theme
search in API
AetherUI
/
com.aetherui.layout
/
Constraints
/
Dimensions
Dimensions
data
class
Dimensions
<
T
:
Units
?
>
(
var
width
:
T
,
var
height
:
T
)
(
source
)
Members
Constructors
Dimensions
Link copied to clipboard
constructor
(
all
:
T
)
constructor
(
width
:
T
,
height
:
T
)
Properties
height
Link copied to clipboard
var
height
:
T
width
Link copied to clipboard
var
width
:
T
Functions
for
Orientation
Link copied to clipboard
fun
forOrientation
(
orientation
:
Orientation
)
:
T