options property

List<CometChatDetailsOption> Function(User? user, Group? group, BuildContext? context, CometChatTheme? theme)? options
final

options is a function which returns list of CometChatDetailsOption for every CometChatDetailsTemplate

Implementation

final List<CometChatDetailsOption> Function(User? user, Group? group,
    BuildContext? context, CometChatTheme? theme)? options;