cursorHeight property

double get cursorHeight

Implementation

double get cursorHeight =>
    cursorCont.style.height ??
    preferredLineHeight(const TextPosition(offset: 0));