tneotia / html-editor-enhanced

A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.
https://pub.dev/packages/html_editor_enhanced
MIT License
269 stars 318 forks source link

[QUESTION] How to remove line under editor? #519

Open IvanOnishchenko opened 1 month ago

IvanOnishchenko commented 1 month ago

Can I remove the gray line under editor with lines in center of it?

Screenshot 2024-06-12 at 13 03 21
advith-gam commented 1 month ago

setting controller.setFullScreen(); onInit callback might work.