Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

textfield align center flutter

TextField(
   textAlign: TextAlign.center,
   decoration: InputDecoration(
     hintText: "Centered Hint",
   ),
)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #textfield #align #center #flutter
ADD COMMENT
Topic
Name
8+2 =