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