menu
at_contacts_flutter package
documentation
widgets/custom_search_field.dart
ContactSearchField
ContactSearchField constructor
ContactSearchField constructor
dark_mode
light_mode
ContactSearchField
constructor
ContactSearchField
(
String
hintText
,
dynamic
onChanged
(
String
)
)
Implementation
ContactSearchField(this.hintText, this.onChanged);
at_contacts_flutter package
documentation
widgets/custom_search_field
ContactSearchField
ContactSearchField constructor
ContactSearchField class