Answers for "flutter textfield cursor should stay up"

0

flutter textfield cursor position

controller.text = someString;
controller.selection = TextSelection.fromPosition(TextPosition(offset: controller.text.length));
Posted by: Guest on December-09-2020

Code answers related to "flutter textfield cursor should stay up"

Browse Popular Code Answers by Language