Answers for "flutter input add icon"

0

text form field prefix icon

TextField(
//    ...,other fields
      decoration: InputDecoration(
        prefixIcon: prefixIcon??Icon(Icons.done),
      ),
    ),
Posted by: Guest on September-22-2020
0

flutter input add icon

prefixIcon: prefixIcon??Icon(Icons.done),
Posted by: Guest on September-09-2021

Browse Popular Code Answers by Language