maheshj01 / searchfield

A highly customizable simple and easy to use flutter Widget to add a searchfield to your Flutter Application.This Widget allows you to search and select from list of suggestions.
MIT License
81 stars 59 forks source link

Add new properties to style the input #170

Closed maheshj01 closed 1 week ago

maheshj01 commented 1 week ago

Addresses Issue: #167

Before

SearchField(
    textCapitalization: TextCapitalization.words,
    style: TextStyle(...)
    ...
)

After

SearchField(
    searchInputDecoration: SearchInputDecoration(
        textCapitalization: TextCapitalization.words,
        style: TextStyle(...)
        ...
    )
    ...
),

Pre-launch Checklist

If you need help, consider pinging the maintainer @maheshj01