setCaretColorAlias method

  1. @ControllerProps(NodeProps.kCaretColorVue)
void setCaretColorAlias(
  1. TextInputRenderViewModel renderViewModel,
  2. int cursorColor
)

Implementation

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