menu
at_contacts_flutter package
documentation
widgets/custom_search_field.dart
ContactSearchField
ContactSearchField const constructor
ContactSearchField const constructor
dark_mode
light_mode
ContactSearchField
constructor
const
ContactSearchField
(
String
hintText
,
dynamic
onChanged
(
String
), {
Key
?
key
,
})
Implementation
const ContactSearchField(this.hintText, this.onChanged, {Key? key}) : super(key: key);
at_contacts_flutter package
documentation
widgets/custom_search_field
ContactSearchField
ContactSearchField const constructor
ContactSearchField class