shouldEnsureVisible property

bool shouldEnsureVisible
final

Specifies whether the widget should scroll to reveal the HTML editor when it is focused or the text content is changed. See the README examples for the best way to implement this.

Note: Your editor must be in a Scrollable type widget (e.g. ListView, SingleChildScrollView, etc.) for this to work. Otherwise, nothing will happen.

Implementation

final bool shouldEnsureVisible;