Answers for "flutter how to change the padding in textfield"

1

change padding in text field flutter

decoration: InputDecoration(
				contentPadding: const EdgeInsets.all(12), isDense: true,
			)
Posted by: Guest on March-25-2021

Code answers related to "flutter how to change the padding in textfield"

Browse Popular Code Answers by Language