toggle menu
HaishinKit
androidJvm
switch theme
search in API
haishinkit
/
com.haishinkit.screen
/
EdgeInsets
Edge
Insets
data
class
EdgeInsets
(
var
top
:
Int
,
var
left
:
Int
,
var
bottom
:
Int
,
var
right
:
Int
)
The inset distances for screens.
Members
Constructors
Edge
Insets
Link copied to clipboard
constructor
(
top
:
Int
,
left
:
Int
,
bottom
:
Int
,
right
:
Int
)
Properties
bottom
Link copied to clipboard
var
bottom
:
Int
left
Link copied to clipboard
var
left
:
Int
right
Link copied to clipboard
var
right
:
Int
top
Link copied to clipboard
var
top
:
Int
Functions
set
Link copied to clipboard
fun
set
(
top
:
Int
,
left
:
Int
,
bottom
:
Int
,
right
:
Int
)