Skip to content

Commit

Permalink
Fix LargeSegmentedButton parameter sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
wingio committed Nov 14, 2023
1 parent 7b1be7d commit 42c97d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ import androidx.compose.ui.unit.dp
@Composable
fun RowScope.LargeSegmentedButton(
icon: Any,
iconDescription: String? = null,
text: String,
onClick: () -> Unit,
iconDescription: String? = null,
enabled: Boolean = true
) {
Column(
Expand Down

0 comments on commit 42c97d0

Please sign in to comment.