How to custom cursor , include shape weight color

76 views Asked by At

I am implementing an input field through BasicTextField, but the width and shape of the cursor cannot be customized because it is in CoreTextfield, which is very basic.It is internal function.

Most of the parts related to the cursor in Jetpack Compose are internal methods.I cant use.

1

There are 1 answers

0
404NotFound On

Currently width is not configurable, You can check this issue here:

Link