MessageTheme constructor

const MessageTheme({
  1. Color? backgroundColor,
  2. Color? fixedWaveColor,
  3. Color? liveWaveColor,
  4. TextStyle? contentTextStyle,
  5. TextStyle? boldTextStyle,
  6. TextStyle? timeTextStyle,
  7. TextStyle? urlTextStyle,
  8. TextStyle? linkPreviewTitleStyle,
  9. TextStyle? linkPreviewTextStyle,
  10. BorderRadiusGeometry? borderRadius,
  11. Border? border,
  12. EdgeInsetsGeometry? padding,
  13. EdgeInsetsGeometry? margin,
  14. Color? backroundColor,
  15. double? messageWidth,
})

Implementation

const MessageTheme({
  this.backgroundColor,
  this.fixedWaveColor,
  this.liveWaveColor,
  this.contentTextStyle,
  this.boldTextStyle,
  this.timeTextStyle,
  this.urlTextStyle,
  this.linkPreviewTitleStyle,
  this.linkPreviewTextStyle,
  this.borderRadius,
  this.border,
  this.padding,
  this.margin,
  this.backroundColor,
  this.messageWidth,
});