flutter-quill
flutter-quill copied to clipboard
Improving the Customization of Bold & Italic Text
Is there an existing issue for this?
- [X] I have searched the existing issues
Use case
You have the option to apply a custom TextStyle via customStyles. Unfortunately, when you do this, Bold combined with Italic no longer works. The text only appears bold, but not italic.
Proposal
I would like to have an option to adjust the thickness of the bold text. Alternatively, it would be great to apply a specific TextStyle when both bold and italic are selected.