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:
THIS SHOULD BE:
CodePudding user response:
TextField(
autofocus: true,
),