DialogContent constructor
const
DialogContent({})
Implementation
const DialogContent({
super.key,
required this.searchHint,
required this.notFoundHintTitle,
required this.notFoundHintSubTitle,
required this.filterDescription,
required this.resultsQuery,
required this.dialogBackgroundColor,
});