Answers for "textformfield styles flutter"

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 "textformfield styles flutter"

Code answers related to "Dart"

Browse Popular Code Answers by Language