toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
ui-toolkit
/
io.snabble.sdk.dynamicview.domain.model
/
Padding
Padding
data
class
Padding
(
val
start
:
Int
=
0
,
val
top
:
Int
=
0
,
val
end
:
Int
=
0
,
val
bottom
:
Int
=
0
)
Members
Constructors
Padding
Link copied to clipboard
constructor
(
all
:
Int
)
constructor
(
horizontal
:
Int
=
0
,
vertical
:
Int
=
0
)
constructor
(
start
:
Int
=
0
,
top
:
Int
=
0
,
end
:
Int
=
0
,
bottom
:
Int
=
0
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Int
=
0
end
Link copied to clipboard
val
end
:
Int
=
0
start
Link copied to clipboard
val
start
:
Int
=
0
top
Link copied to clipboard
val
top
:
Int
=
0