SubZeroSearchSuggestion constructor

const SubZeroSearchSuggestion({
  1. required String text,
  2. IconData? icon,
  3. String? subtitle,
})

Implementation

const SubZeroSearchSuggestion({
  required this.text,
  this.icon,
  this.subtitle,
});