cursorColor method
Sets the cursorColor.
Implementation
TextFieldStyler cursorColor(Color value) {
return merge(TextFieldStyler(cursorColor: value));
}
Sets the cursorColor.
TextFieldStyler cursorColor(Color value) {
return merge(TextFieldStyler(cursorColor: value));
}