getViewProfileOption static method

CometChatDetailsOption getViewProfileOption(
  1. BuildContext context, {
  2. CometChatTheme? theme,
})

Implementation

static CometChatDetailsOption getViewProfileOption(BuildContext context,
    {CometChatTheme? theme}) {
  return CometChatDetailsOption(
      id: UserOptionConstants.viewProfile,
      title: Translations.of(context).viewProfile,
      packageName: UIConstants.packageName,
      titleStyle: _getPrimaryOptionTextStyle(theme));
}