cursorHeight property

double cursorHeight
final

How thick the cursor will be.

Defaults to 2.0.

The cursor will draw above the text. The cursor height will extend down from the boundary between characters. This corresponds to extending downstream relative to the selected position. Negative values may be used to reverse this behavior.

Implementation

final double cursorHeight;