SearchResult constructor
const
SearchResult({
- required String title,
- String? subtitle,
- String? href,
- VoidCallback? onTap,
Implementation
const SearchResult({
required this.title,
this.subtitle,
this.href,
this.onTap,
});