width property

double width
final

How thick the cursor will be.

Defaults to 1.0

The cursor will draw under the text. The cursor width will extend to the right of the boundary between characters for left-to-right text and to the left for right-to-left text. This corresponds to extending downstream relative to the selected position. Negative values may be used to reverse this behavior.

Implementation

final double width;