CursorPainter constructor
CursorPainter(
- RenderContentProxyBox? editable,
- CursorStyle style,
- Rect prototype,
- Color color,
- double devicePixelRatio,
Implementation
CursorPainter(
this.editable,
this.style,
this.prototype,
this.color,
this.devicePixelRatio,
);