Package 

Class VertifyCodeKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit VerifyCode(Modifier modifier, Integer count, Dp space, DpSize size, Dp lineHeight, TextUnit textFontSize, Color activeLineColor, Color textColor, Color normalLineColor, Dp cursorLineWidth, Dp cursorLineHeight, Float cursorLineHeightRatio, Color cursorLineColor, VerifyType type, Function1<String, Unit> onComplete) 验证码输入组件,支持下划线、正方形
      • Methods inherited from class java.lang.Object

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

      • VerifyCode

        @Composable() final static Unit VerifyCode(Modifier modifier, Integer count, Dp space, DpSize size, Dp lineHeight, TextUnit textFontSize, Color activeLineColor, Color textColor, Color normalLineColor, Dp cursorLineWidth, Dp cursorLineHeight, Float cursorLineHeightRatio, Color cursorLineColor, VerifyType type, Function1<String, Unit> onComplete)

        验证码输入组件,支持下划线、正方形