Answers for "how to give padding to hint text in flutter"

2

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 "how to give padding to hint text in flutter"

Browse Popular Code Answers by Language