Answers for "margin to text form field flutter"

2

flutter textfield prefix margin

TextField(
          textAlign: TextAlign.left,
          decoration: new InputDecoration(hintText: "Enter Something", contentPadding: const EdgeInsets.all(20.0))
          )
Posted by: Guest on May-14-2020

Code answers related to "margin to text form field flutter"

Browse Popular Code Answers by Language