FirestoreSearchBar constructor

FirestoreSearchBar({
  1. required String? tag,
  2. Color? clearSearchButtonColor,
  3. Color? searchBackgroundColor,
  4. Color? searchTextColor,
  5. Color? searchTextHintColor,
  6. Color? searchBodyBackgroundColor,
  7. Color? searchIconColor,
  8. bool? showSearchIcon = false,
  9. Key? key,
})

Implementation

FirestoreSearchBar(
    {
      required this.tag,
    this.clearSearchButtonColor,
    this.searchBackgroundColor,
    this.searchTextColor,
    this.searchTextHintColor,
    this.searchBodyBackgroundColor,
    this.searchIconColor,
    this.showSearchIcon = false,
    Key? key});