shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.ui
/
EdgeInsets
Edge
Insets
data
class
EdgeInsets
(
val
top
:
Float
=
0.0f
,
val
right
:
Float
=
0.0f
,
val
bottom
:
Float
=
0.0f
,
val
left
:
Float
=
0.0f
)
Represents edge insets for padding and margins.
Members
Constructors
Edge
Insets
Link copied to clipboard
constructor
(
top
:
Float
=
0.0f
,
right
:
Float
=
0.0f
,
bottom
:
Float
=
0.0f
,
left
:
Float
=
0.0f
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bottom
Link copied to clipboard
val
bottom
:
Float
=
0.0f
left
Link copied to clipboard
val
left
:
Float
=
0.0f
right
Link copied to clipboard
val
right
:
Float
=
0.0f
top
Link copied to clipboard
val
top
:
Float
=
0.0f