Iosif Futerman
Iosif Futerman
```dart import 'package:flutter/material.dart'; import 'package:flutter_quill/flutter_quill.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. @override Widget build(BuildContext...
The same. It's a blocker for me. But the library doesn't seem to be supported.
The same. I found CursorStyle class. But this is the parameter for a QuillRawEditor.
Fastest fix, add a property with cursor style to the QuillEditor.