Dn-a / flutter_tags

With flutter tags you can create selectable or input tags that automatically adapt to the screen width
https://pub.dartlang.org/packages/flutter_tags
MIT License
507 stars 127 forks source link

Is it possible to change cursor color of TagsTextField? #42

Closed ykaito21 closed 4 years ago

ykaito21 commented 4 years ago

I couldn't find the way to do it.

ykaito21 commented 4 years ago

I just override my theme especially CupertinoThemeData, and I can change the color. Maybe having cursorColor option would be nice, but of course, it's not necessary. Thanks for your work!