StylishSegmentedOption

constructor(value: T, label: String, enabled: Boolean = true, leadingContent: @Composable RowScope.() -> Unit? = null, trailingContent: @Composable RowScope.() -> Unit? = null)

Type Parameters

T

The type of the domain value this option represents.