onSearchActiveChanged property

ValueChanged<bool>? onSearchActiveChanged
final

Called when the search bar expands or collapses.

  • true: Search bar is expanded and active
  • false: Search bar is collapsed back to button

Implementation

final ValueChanged<bool>? onSearchActiveChanged;