autoScroll property
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;
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.
final bool autoScroll;