Sets the highlight color for the text field.

<void> TextField.setHighlightColor(<String> highlightColor, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
highlightColor The highlight color for the text field.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.