CursorPainter constructor

CursorPainter(
  1. RenderContentProxyBox? editable,
  2. CursorStyle style,
  3. Rect prototype,
  4. Color color,
  5. double devicePixelRatio,
)

Implementation

CursorPainter(
  this.editable,
  this.style,
  this.prototype,
  this.color,
  this.devicePixelRatio,
);