Skip to content

Commit

Permalink
#2: Remove internal modifier for WheelPicker
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Huerta committed Mar 5, 2024
1 parent b370b8e commit d50f615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import kotlin.math.abs

@OptIn(ExperimentalFoundationApi::class)
@Composable
internal fun WheelPicker(
fun WheelPicker(
modifier: Modifier = Modifier,
startIndex: Int = 0,
count: Int,
Expand Down

0 comments on commit d50f615

Please sign in to comment.