Flutter: Auto cursor on input text field

Flutter: Auto cursor on input text field

Problem Description:

I have multiple pages, so when I enter one of them, the cursor should be automatically on input textfield, Doesnt matter how many textfields are there, I need to set on 1

INSTEAD OF THIS:

enter image description here

THIS SHOULD BE:

enter image description here

Solution – 1

TextField(
          autofocus: true,
        ),
Rate this post
We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Reject