You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation of Flutter Quill, it is not possible to apply a BoxDecoration to the header attribute's DefaultTextBlockStyle. This limitation prevents users from customizing the appearance of headers, such as adding borders, background colors, or other decorations.
Adding a BoxDecoration to the header block, as shown in the attached screenshots, would improve the flexibility of customization.
Current
Desired
Proposal
Add support for BoxDecoration in the DefaultTextBlockStyle of the header attribute.
Refer to the images in the Use case section for a visual comparison.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Use case
In the current implementation of Flutter Quill, it is not possible to apply a BoxDecoration to the header attribute's DefaultTextBlockStyle. This limitation prevents users from customizing the appearance of headers, such as adding borders, background colors, or other decorations.
Adding a
BoxDecoration
to the header block, as shown in the attached screenshots, would improve the flexibility of customization.Proposal
Add support for BoxDecoration in the DefaultTextBlockStyle of the header attribute.
Refer to the images in the Use case section for a visual comparison.
The text was updated successfully, but these errors were encountered: