SearchViewArguments class

Implemented types

Constructors

SearchViewArguments({required List<NeedSearch> searchData, required String searchHideText, void onTap(BuildContext context, ChatUIKitProfile profile)?, Widget itemBuilder(BuildContext context, ChatUIKitProfile profile, String? searchKeyword)?, bool enableMulti = false, List<ChatUIKitProfile>? cantChangeSelected, List<ChatUIKitProfile>? canChangeSelected, String? selectedTitle, ChatUIKitViewObserver? viewObserver, String? attributes})

Properties

attributes String?
getter/setter pairoverride
canChangeSelected List<ChatUIKitProfile>?
final
cantChangeSelected List<ChatUIKitProfile>?
final
enableMulti bool
final
hashCode int
The hash code for this object.
no setterinherited
itemBuilder Widget Function(BuildContext context, ChatUIKitProfile profile, String? searchKeyword)?
final
onTap → void Function(BuildContext context, ChatUIKitProfile profile)?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchData List<NeedSearch>
final
searchHideText String
final
selectedTitle String?
final
viewObserver ChatUIKitViewObserver?
getter/setter pairoverride

Methods

copyWith({List<NeedSearch>? searchData, String? searchHideText, void onTap(BuildContext context, ChatUIKitProfile profile)?, Widget itemBuilder(BuildContext context, ChatUIKitProfile profile, String? searchKeyword)?, bool? enableMulti, List<ChatUIKitProfile>? cantChangeSelected, List<ChatUIKitProfile>? canChangeSelected, String? selectedTitle, ChatUIKitViewObserver? viewObserver, String? attributes}) SearchViewArguments
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited