SearchViewArguments class 
 
    
    
    
  
    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})
        
- 
          
        
 
    
  
    
  
    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