mouseCursor property
The mouseCursor is the only property of TextField that controls the appearance of the mouse pointer. All other properties related to "cursor" stand for the text cursor, which is usually a blinking vertical line at the editing position.
Implementation
final MouseCursor? mouseCursor;