Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

textfield height flutter

TextField(
     decoration: InputDecoration(
     	//remove inner padding
         contentPadding: const EdgeInsets.symmetric(vertical: 10,horizontal: 10),
         labelText: 'Enter your username',
         hintText: "Enter your Name",        
    ),
 )
 
PREVIOUS NEXT
Tagged: #textfield #height #flutter
ADD COMMENT
Topic
Name
8+4 =