SearchFieldSource constructor

SearchFieldSource({
  1. dynamic value,
  2. required String label,
  3. String subtitle = '',
})

Implementation

SearchFieldSource({this.value, required this.label, this.subtitle = ''});