onSearchActiveChanged property
Called when the search bar expands or collapses.
true: Search bar is expanded and activefalse: Search bar is collapsed back to button
Implementation
final ValueChanged<bool>? onSearchActiveChanged;
Called when the search bar expands or collapses.
true: Search bar is expanded and activefalse: Search bar is collapsed back to buttonfinal ValueChanged<bool>? onSearchActiveChanged;