setCursorStyle method
Sets the cursor style and whether it blinks.
Implementation
void setCursorStyle(CursorStyle style, {bool blinking = false}) {
bindings.setCursorStyle(handle, style.value, blinking);
}
Sets the cursor style and whether it blinks.
void setCursorStyle(CursorStyle style, {bool blinking = false}) {
bindings.setCursorStyle(handle, style.value, blinking);
}