autoFocus property
final
flag which represents if the text field will be focused by default or not if true, then the text field will be in focus other wise it will not be in focus by default, default = true
Implementation
final bool autoFocus;