setCaretColor method
- @ControllerProps(NodeProps.kCaretColorReact)
- TextInputRenderViewModel renderViewModel,
- int cursorColor
Implementation
@ControllerProps(NodeProps.kCaretColorReact)
void setCaretColor(TextInputRenderViewModel renderViewModel, int cursorColor) {
renderViewModel.cursorColor = cursorColor;
}