data class SpatialDropdownItem(val leading: () -> Unit? = null, val icon: () -> Unit? = null, val title: String? = null, val subtitle: String? = null, val enabled: Boolean = true, val suffix: () -> Unit? = null)
SpatialDropdownItem
(
leading
, icon
, title
, subtitle
, enabled
, suffix
)
|
Signature
constructor(leading: () -> Unit? = null, icon: () -> Unit? = null, title: String? = null, subtitle: String? = null, enabled: Boolean = true, suffix: () -> Unit? = null) Parameters
leading:
Function0?
icon:
Function0?
title:
String?
subtitle:
String?
enabled:
Boolean
suffix:
Function0?
Returns |
enabled
: Boolean
[Get] |
Signature
val enabled: Boolean = true |
icon
: Function0?
[Get] |
Signature
val icon: () -> Unit? = null |
leading
: Function0?
[Get] |
Signature
val leading: () -> Unit? = null |
subtitle
: String?
[Get] |
Signature
val subtitle: String? = null |
suffix
: Function0?
[Get] |
Signature
val suffix: () -> Unit? = null |
title
: String?
[Get] |
Signature
val title: String? = null |