We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5999c commit 729ef56Copy full SHA for 729ef56
1 file changed
app/src/main/java/to/bitkit/ui/screens/widgets/components/WidgetSizeCarousel.kt
@@ -29,9 +29,9 @@ private const val PAGE_COUNT = 2
29
30
@Composable
31
fun WidgetSizeCarousel(
32
- modifier: Modifier = Modifier,
33
smallContent: @Composable () -> Unit,
34
wideContent: @Composable () -> Unit,
+ modifier: Modifier = Modifier,
35
) {
36
val pagerState = rememberPagerState(pageCount = { PAGE_COUNT })
37
0 commit comments