Closed gentlemadao closed 2 years ago
I found this code.
state.requestFocus();
void requestFocus() { FocusScope.of(context).requestFocus(effectiveFocusNode); Scrollable.ensureVisible(context); }
This will make scroll automatically when you delete the image in the ScorllView.
Hopefully a parameter can be added to control this.
When I operate a FormBuilderImagePicker in SingleChildScrollView, the picker will scroll to the top, how do I turn off this function?