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] Can I have parent scroll? #496

Open AnimirSoft opened 5 months ago

AnimirSoft commented 5 months ago

Expanded -- SingleChildScrollView ----- Column ------- HtmlEditor ------- Container

It has this structure.

Instead of having a scroll position in HTMleditor (child)

Can I enable scrolling in SingleChildScrollView (parent)?

The Container (child) allows you to scroll through SingleChildScrollView (parent).