buildSearchButton method

Widget buildSearchButton()

Changes between search and clear when focused.

Implementation

Widget buildSearchButton() {
  return FloatingSearchBarAction.searchToClear(
    color: theme.appBarTheme.foregroundColor,
    size: textTheme.titleLarge!.fontSize!,
    searchButtonSemanticLabel: t.search,
    clearButtonSemanticLabel: t.clear,
  );
}