autoScroll property

bool autoScroll
final

Whether to auto-scroll to the focused widget after the keyboard appears. Defaults to false. Could be expensive because it searches all the child objects in this widget's render tree.

Implementation

final bool autoScroll;