custom_text_field_with_drop_down 0.0.12
custom_text_field_with_drop_down: ^0.0.12 copied to clipboard
A new Flutter package for Custom Text Filed and Drop Down Widget.
0.0.12 #
- โ
Added
showClearButton
parameter to enable clear (X) button for text fields - ๐จ Added
iconColor
property to customize prefix/suffix icon colors - ๐ Improved
suffixIcon
logic to support custom icons whenshowObscure
is false - ๐งน Code cleanup: removed unused
_controller
variable - ๐ Updated README with full usage instructions, parameters table, and screenshot support
- ๐ Maintained full null safety support