setCaretColor method

  1. @ControllerProps(NodeProps.kCaretColorReact)
void setCaretColor(
  1. TextInputRenderViewModel renderViewModel,
  2. int cursorColor
)

Implementation

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