CursorPainter constructor

CursorPainter({
  1. Color? cursorColor,
  2. double? cursorWidth,
})

Implementation

CursorPainter({this.cursorColor, this.cursorWidth});