Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter textbutton autofocus

TextButton(
              autofocus: true, // boolean
              onPressed: (){}, 
              child: const Text('TextButton')
            )
 
PREVIOUS NEXT
Tagged: #flutter #textbutton #autofocus
ADD COMMENT
Topic
Name
6+6 =