setCursorOpacityAnimates method

void setCursorOpacityAnimates(
  1. bool value
)

Implementation

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