SearchOverlay constructor
const
SearchOverlay({})
Implementation
const SearchOverlay({
required this.spans,
required this.onMatchSelected,
required this.onQueryChanged,
required this.onClose,
this.initialQuery = '',
});