ensureVisible property
ensureVisible by default it will be set to false, set it to true to make sure the focus area of the editor is visible. Note: Please make sure to wrap the editor with SingleChildScrollView, to make the editor scrollable.
Implementation
final bool? ensureVisible;