Answers for "textfield flutter style when click"

1

flutter textfield style

TextField(
  decoration: InputDecoration(
    border: OutlineInputBorder(),
    hintText: 'Enter a search term'
  ),
);
Posted by: Guest on July-10-2021

Code answers related to "textfield flutter style when click"

Code answers related to "Dart"

Browse Popular Code Answers by Language