Answers for "input decoration flutter center"

1

flutter inputdecoration center

TextFormField(
	textAlign: TextAlign.center, // add this line
    ...
)
Posted by: Guest on March-12-2021

Code answers related to "input decoration flutter center"

Browse Popular Code Answers by Language