Answers for "flutter text form field border radius not working"

2

flutter textformfield border radius

decoration: const InputDecoration(
	border: const OutlineInputBorder(
		borderRadius: const BorderRadius.all(
		const Radius.circular(10.0),
	),
),
Posted by: Guest on March-12-2021

Code answers related to "flutter text form field border radius not working"

Browse Popular Code Answers by Language