Florentin Lupascu

Results 2 issues of Florentin Lupascu

Hi. I wish to be able to change the color for each Tag Index ( A - Z ) in cases when for example I don't have any records for...

I have the next example: ``` EasyAutocomplete ( .... decoration: InputDecoration( border: const OutlineInputBorder(), hintText: 'Search...', hintStyle: const TextStyle(color: Colors.white), suffixIcon: IconButton( onPressed: () { setState(() { myTextEditingController.clear(); _overlayEntry.closeOverlay(); //...