onSearchChanged property
Called when the search text changes.
Use this for live filtering as the user types.
Implementation
final ValueChanged<String>? onSearchChanged;
Called when the search text changes.
Use this for live filtering as the user types.
final ValueChanged<String>? onSearchChanged;