Answers for "rounded bottom edges textfield flutter"

8

flutter textfield rounded

TextField(
                decoration: InputDecoration(
                  border: OutlineInputBorder(
                    borderRadius: BorderRadius.circular(30.0),
                  )
                ),
              )
Posted by: Guest on August-28-2021

Code answers related to "rounded bottom edges textfield flutter"

Code answers related to "Dart"

Browse Popular Code Answers by Language