anim_search_bar
anim_search_bar copied to clipboard
Styling for cursor and label style
Hi dear,
is there any option to add cursor color and label text color
Currently in package its hard coded:
cursorColor: Colors.black,
labelStyle: TextStyle( color: Color(0xff5B5B5B), fontSize: 17.0, fontWeight: FontWeight.w500, ),
Any possibility to update on this?
@adnancadt did you find a solution?