setTextStyle method
Sets the global text style
Implementation
void setTextStyle({required TencentCloudChatTextStyle textStyle}) {
_themeModel.textStyle = textStyle;
TencentCloudChat.instance.eventBusInstance.fire(this, "TencentCloudChatTheme");
}