Aliucord
Toggle table of contents
2.5.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Aliucord
Aliucord
/
com.aliucord.utils
/
Padding
Padding
data
class
Padding
(
val
left
:
Int
,
val
top
:
Int
,
val
right
:
Int
,
val
bottom
:
Int
)
Members
Constructors
Padding
Link copied to clipboard
constructor
(
left
:
Int
,
top
:
Int
,
right
:
Int
,
bottom
:
Int
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Int
left
Link copied to clipboard
val
left
:
Int
right
Link copied to clipboard
val
right
:
Int
top
Link copied to clipboard
val
top
:
Int
Functions
div
Link copied to clipboard
operator
fun
div
(
other
:
Int
)
:
Padding
minus
Link copied to clipboard
operator
fun
minus
(
other
:
Padding
)
:
Padding
operator
fun
minus
(
other
:
Int
)
:
Padding
plus
Link copied to clipboard
operator
fun
plus
(
other
:
Padding
)
:
Padding
operator
fun
plus
(
other
:
Int
)
:
Padding
times
Link copied to clipboard
operator
fun
times
(
other
:
Int
)
:
Padding