CometChatCallLogParticipants
is a Widget that shows a separate widget that displays comprehensive information about Call. This will enable users to easily access details such as the call participants, and call details for a more informed communication experience.
CometChatCallLogParticipants
widget is composed of the following BaseWidgets:
Widgets | Description |
---|---|
CometChatListBase | CometChatListBase is a container widget featuring a title, customizable background options, and a dedicated list widget for seamless integration within your application’s interface. |
CometChatListItem | This widget displays data retrieved from a CallLog object on a card, presenting a title and subtitle. |
CometChatCallLogParticipants
is a widget that seamlessly integrates into your application. To present the participants of a call, you can instantiate the CometChatCallLogParticipants
instance and provide the list of participants using its setter function. This allows for easy customization and efficient display of call participant details within your application’s interface.
You can launch CometChatCallLogParticipants
directly using Navigator.push
, or you can define it as a widget within the build
method of your State
class.
CometChatCallLogParticipants
CometChatCallLogParticipants
as a Widget in the build MethodonBack
and improve error handling.
onError
and improve error handling.
CometChatCallLogParticipants
widget does not have any exposed filters.
Widget
. By using event you can extend existing functionality. Being global events, they can be applied in Multiple Locations and are capable of being Added or Removed.
The CometChatCallLogParticipants
widget does not have any exposed events.
CallLogParticipantsStyle
Widget by applying the CallLogParticipantsStyle
to it using the following code snippet.
CallLogParticipantsStyle
Property | Description | Code |
---|---|---|
width | The width of the call log participants style. | double? width |
height | The height of the call log participants style. | double? height |
background | The background color of the call log participants style. | Color? background |
border | The border of the call log participants style. | BoxBorder? border |
borderRadius | The border radius of the call log participants style. | double? borderRadius |
gradient | The gradient of the call log participants style. | Gradient? gradient |
titleStyle | The text style for the title. | TextStyle? titleStyle |
subTitleStyle | The text style for the subtitle. | TextStyle? subTitleStyle |
emptyTextStyle | The text style for the empty state. | TextStyle? emptyTextStyle |
backIconTint | The tint color for the back icon. | Color? backIconTint |
tailTitleStyle | The text style for the tail title. | TextStyle? tailTitleStyle |
nameTextStyle | The text style for the name. | TextStyle? nameTextStyle |
Avatar
widget in the CometChatCallLogParticipants
Widget, you can use the following code snippet. For more information, visit Avatar Styles.
CometChatCallLogParticipants
widget, You can use the following code snippet. For further insights on List Item Styles refer
Property | Description | Code |
---|---|---|
title | The title of the call log participants. | String? title |
backButton | The custom back button widget. | Widget? backButton |
showBackButton | Whether to show the back button. | bool? showBackButton |
emptyStateText | The text to show when there are no participants. | String? emptyStateText |
theme | The theme of the call log participants. | Theme? theme |
datePattern | The pattern for formatting the date. | String? datePattern |
hideSeparator | Whether to hide the separator. | bool hideSeparator |
CometChatCallLogParticipants
Widget.
CometChatCallLogParticipants
widget. You can add a Tail widget using the following method.
EmptyStateView
using emptyStateView
to match the empty UI of your app.