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
84 stars 64 forks source link

Add new properties to style the input #170

Closed maheshj01 closed 2 months ago

maheshj01 commented 2 months 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