Answers for "flutter text editing controller change cursor position programatically"

2

flutter texteditingcontroller cursor position

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

Code answers related to "flutter text editing controller change cursor position programatically"

Browse Popular Code Answers by Language