flutter-quill
flutter-quill copied to clipboard
how to change the default text color
Is there an existing issue for this?
- [X] I have searched the existing issues
The question
How can I change the color of text written in QuilEditor by default and also change the color of the point and numbers of numbered lists and list bullets
QuillEditor(
customStyles: DefaultStyles(
paragraph: DefaultListBlockStyle( //default text color here
list: //default list style here
_controller.formatTextStyle(0, 0, Style.fromJson({'color': '#fcba03', 'size': 24.0}));