setCursorHeight method

void setCursorHeight(
  1. double? value
)

Implementation

void setCursorHeight(double? value) {
  onNotifyWithCallback(() => cursorHeight = value);
}