Changing shape of QuillToolBar and background color of buttons within QuillToolBar #1558
Closed
1 task done
Labels
help wanted
Extra attention is needed
Is there an existing issue for this?
The question
Hi,
I have implemented a custom QuillToolBar but haven't found any options to change the shape of the toolbar neither the background color of a button.
My Toolbar currently looks like this:
It is implemented as the bottomSheet of my Scaffold.
The chevron button on the right is a custom button, the image button on the left is an embedded button. The link button is the default one. I want match the link buttons background color to the color of the toolbar.
Also, I would like to remove the rounded corners. I have tried so by adjusting the decoration parameter of the toobar. I set the borderRadius to BorderRadius.zero and the shape to BoxShape.rectangle but both options did not have the desired effect.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: