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.
Currently width is not configurable, You can check this issue here:
Link