Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-navigator-web-internals
/
org.readium.navigator.web.internals.util
/
AbsolutePaddingValues
Absolute
Padding
Values
data
class
AbsolutePaddingValues
(
val
top
:
Dp
,
val
right
:
Dp
,
val
bottom
:
Dp
,
val
left
:
Dp
)
Members
Constructors
Absolute
Padding
Values
Link copied to clipboard
constructor
(
top
:
Dp
,
right
:
Dp
,
bottom
:
Dp
,
left
:
Dp
)
constructor
(
vertical
:
Dp
=
0.dp
,
horizontal
:
Dp
=
0.dp
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Dp
left
Link copied to clipboard
val
left
:
Dp
right
Link copied to clipboard
val
right
:
Dp
top
Link copied to clipboard
val
top
:
Dp
Functions
plus
Link copied to clipboard
operator
fun
plus
(
other
:
AbsolutePaddingValues
)
:
AbsolutePaddingValues