SearchDisplayLine constructor
const
SearchDisplayLine({
- required String text,
- required UserSearchField field,
- List<
SearchMatchRange> matches = const [], - bool isPrimary = false,
Implementation
const SearchDisplayLine({
required this.text,
required this.field,
this.matches = const [],
this.isPrimary = false,
});