customTypography property
Implementation
static cometchat.Typography customTypography = cometchat.Typography.fromDefault(
heading: titleSmall, // message options, collaboration (document, whiteboard)
name: titleSmall, // conversation item title/group/user
title1: titleMedium, // appbar header title
title2: bodyLarge, // translation/information/group members
subtitle1: bodyMedium, //
subtitle2: bodySmall, //
text1: bodyMedium, // reply count
text2: bodySmall, //
caption1: bodySmall, //
caption2: labelSmall, //
body: bodyLarge,
);