ChatStyle constructor

ChatStyle({
  1. String? textColor,
  2. TextShadowConfiguration? textShadow,
})

Implementation

ChatStyle({
  this.textColor,
  this.textShadow,
});