SelectContactViewArguments class
Constructors
-
SelectContactViewArguments({ContactListViewController? controller, ChatUIKitAppBarModel? appBarModel, void onSearchTap(List<ContactItemModel> data)?, ChatUIKitContactItemBuilder? itemBuilder, void onTap(BuildContext context, ContactItemModel model)?, void onLongPress(BuildContext context, ContactItemModel model)?, String? searchBarHideText, Widget? listViewBackground, bool enableAppBar = true, ChatUIKitViewObserver? viewObserver, String? attributes})
-
Methods
-
copyWith({ContactListViewController? controller, ChatUIKitAppBarModel? appBarModel, void onSearchTap(List<ContactItemModel> data)?, ChatUIKitContactItemBuilder? itemBuilder, void onTap(BuildContext context, ContactItemModel model)?, void onLongPress(BuildContext context, ContactItemModel model)?, String? searchBarHideText, Widget? listViewBackground, bool? enableAppBar, ChatUIKitViewObserver? viewObserver, String? attributes})
→ SelectContactViewArguments
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited