StreamMessageAnnotationStyle constructor
const
StreamMessageAnnotationStyle({
- StreamMessageLayoutProperty<
TextStyle?> ? textStyle, - StreamMessageLayoutProperty<
Color?> ? textColor, - StreamMessageLayoutProperty<
Color?> ? iconColor, - StreamMessageLayoutProperty<
double?> ? iconSize, - StreamMessageLayoutProperty<
double?> ? spacing, - StreamMessageLayoutProperty<
EdgeInsetsGeometry?> ? padding, - StreamMessageLayoutProperty<
TextStyle?> ? trailingTextStyle, - StreamMessageLayoutProperty<
Color?> ? trailingTextColor,
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,
});