Answers for "align the icon in the text field flutter"

2

textfield align center flutter

TextField(
   textAlign: TextAlign.center,
   decoration: InputDecoration(
     hintText: "Centered Hint",
   ),
)
Posted by: Guest on September-06-2021

Code answers related to "align the icon in the text field flutter"

Browse Popular Code Answers by Language