Package 

Class TimeSelectKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit TimeSelect(Modifier modifier, String title, BottomSheetState state, String selectKey, List<String> selectTime, Modifier panelActiveModifier, Modifier panelNormalModifier, TextStyle panelActiveStyle, TextStyle panelNormalStyle, Modifier timeActiveModifier, Modifier timeNormalModifier, TextStyle timeActiveStyle, TextStyle timeNormalStyle, Function1<String, Unit> onKeyChange, Function1<List<String>, Unit> onTimeChange, Function1<TimeSelectScope, Unit> content) 类似于京东选择配送时间组件
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • TimeSelect

        @Composable() final static Unit TimeSelect(Modifier modifier, String title, BottomSheetState state, String selectKey, List<String> selectTime, Modifier panelActiveModifier, Modifier panelNormalModifier, TextStyle panelActiveStyle, TextStyle panelNormalStyle, Modifier timeActiveModifier, Modifier timeNormalModifier, TextStyle timeActiveStyle, TextStyle timeNormalStyle, Function1<String, Unit> onKeyChange, Function1<List<String>, Unit> onTimeChange, Function1<TimeSelectScope, Unit> content)

        类似于京东选择配送时间组件