Answers for "flutter how to display text in a textfield withou a controller"

7

flutter text field form

TextField(
  decoration: InputDecoration(
    border: InputBorder.none,
    hintText: 'Enter a search term'
  ),
);
Posted by: Guest on April-14-2020
-1

flutter textfield controller

dependencies:
  flutter_spinkit: "^4.1.2"
Posted by: Guest on November-21-2020

Code answers related to "flutter how to display text in a textfield withou a controller"

Browse Popular Code Answers by Language