options property

List<CometChatOption>? Function(User, CometChatUsersController controller)? options
final

options are the actions available on swiping the user item

Implementation

final List<CometChatOption>? Function(
    User, CometChatUsersController controller)? options;