[QUESTION] How do I change background color of the toolbar without changing the the color of the editor area?
sigmapie8 opened this issue · 2 comments
sigmapie8 commented
Type question here.
tneotia commented
You should be able to simply wrap the HtmlEditor
in a Container
and give that the color:
argument. This won't affect the editor area because it uses a webview so the color is not dependent through Flutter.
sigmapie8 commented
Thanks! That worked for me. Although I feel stupid after knowing the answer 😅