tneotia/html-editor-enhanced

[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

Type question here.

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.

Thanks! That worked for me. Although I feel stupid after knowing the answer 😅