Airship Android SDK
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Airship Android SDK
urbanairship-message-center-compose
/
com.urbanairship.messagecenter.compose.ui.theme
/
MessageCenterDimens
/
Inset
Inset
data
class
Inset
(
val
start
:
Dp
,
val
end
:
Dp
)
(
source
)
Inset values for start and end
Parameters
start
The start inset
end
The end inset
Members
Constructors
Inset
Link copied to clipboard
constructor
(
start
:
Dp
,
end
:
Dp
)
Properties
end
Link copied to clipboard
val
end
:
Dp
start
Link copied to clipboard
val
start
:
Dp