searchInputDecoration property

InputDecoration get searchInputDecoration

The InputDecoration for search fields, resolved from the active brightness.

Implementation

InputDecoration get searchInputDecoration =>
    (brightness == Brightness.light) ? LightThemeInputs.searchInputDecoration() : DarkThemeInputs.searchInputDecoration();