setCursorOpacityAnimates method
Implementation
void setCursorOpacityAnimates(bool value) {
onNotifyWithCallback(() => cursorOpacityAnimates = value);
}
void setCursorOpacityAnimates(bool value) {
onNotifyWithCallback(() => cursorOpacityAnimates = value);
}