Cursor constructor
Cursor({
- required Position position,
- Object? color,
- CursorShape shape = CursorShape.block,
- bool blink = true,
Implementation
Cursor({
required this.position,
this.color,
this.shape = CursorShape.block,
this.blink = true,
});