-
public final class YearMonthPickerKt
-
-
Method Summary
Modifier and Type Method Description final static UnitYearMonthPicker(Modifier modifier, PickerState yearPickerState, PickerState monthPickerState, LocalDate startLocalDate, List<String> yearItems, List<String> monthItems, Integer visibleItemsCount, PaddingValues itemPadding, TextStyle textStyle, TextStyle selectedTextStyle, Color dividerColor, Brush fadingEdgeGradient, Alignment.Horizontal horizontalAlignment, Alignment.Vertical verticalAlignment, Dp dividerThickness, Shape dividerShape, Dp spacingBetweenPickers, Dp pickerWidth)-
-
Method Detail
-
YearMonthPicker
@Composable() final static Unit YearMonthPicker(Modifier modifier, PickerState yearPickerState, PickerState monthPickerState, LocalDate startLocalDate, List<String> yearItems, List<String> monthItems, Integer visibleItemsCount, PaddingValues itemPadding, TextStyle textStyle, TextStyle selectedTextStyle, Color dividerColor, Brush fadingEdgeGradient, Alignment.Horizontal horizontalAlignment, Alignment.Vertical verticalAlignment, Dp dividerThickness, Shape dividerShape, Dp spacingBetweenPickers, Dp pickerWidth)
-
-
-
-