StreamMessageAnnotationStyle constructor

Creates an annotation style with optional resolver-based overrides.

Implementation

const StreamMessageAnnotationStyle({
  this.textStyle,
  this.textColor,
  this.iconColor,
  this.iconSize,
  this.spacing,
  this.padding,
  this.trailingTextStyle,
  this.trailingTextColor,
});