MessageHeaderStyle constructor

const MessageHeaderStyle({
  1. Color? backButtonIconTint,
  2. Color? onlineStatusColor,
  3. TextStyle? subtitleTextStyle,
  4. TextStyle? typingIndicatorTextStyle,
  5. double? width,
  6. double? height,
  7. Color? background,
  8. BoxBorder? border,
  9. double? borderRadius,
  10. Gradient? gradient,
})

message header style components

Implementation

const MessageHeaderStyle({
  this.backButtonIconTint,
  this.onlineStatusColor,
  this.subtitleTextStyle,
  this.typingIndicatorTextStyle,
  super.width,
  super.height,
  super.background,
  super.border,
  super.borderRadius,
  super.gradient,
});