Answers for "how to give padding to cursor in textformfield flutt"

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 "how to give padding to cursor in textformfield flutt"

Browse Popular Code Answers by Language