toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-themes
/
com.mapbox.dash.theming
/
DashDrawableCornerRadii
Dash
Drawable
Corner
Radii
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
DashDrawableCornerRadii
(
val
topStart
:
Float
,
val
topEnd
:
Float
,
val
bottomEnd
:
Float
,
val
bottomStart
:
Float
)
Members
Constructors
Dash
Drawable
Corner
Radii
Link copied to clipboard
constructor
(
radius
:
Float
)
constructor
(
topStart
:
Float
,
topEnd
:
Float
,
bottomEnd
:
Float
,
bottomStart
:
Float
)
Properties
bottom
End
Link copied to clipboard
val
bottomEnd
:
Float
bottom
Start
Link copied to clipboard
val
bottomStart
:
Float
top
End
Link copied to clipboard
val
topEnd
:
Float
top
Start
Link copied to clipboard
val
topStart
:
Float