MessageTheme constructor
const
MessageTheme({
- Color? backgroundColor,
- Color? fixedWaveColor,
- Color? liveWaveColor,
- TextStyle? contentTextStyle,
- TextStyle? boldTextStyle,
- TextStyle? timeTextStyle,
- TextStyle? urlTextStyle,
- TextStyle? linkPreviewTitleStyle,
- TextStyle? linkPreviewTextStyle,
- BorderRadiusGeometry? borderRadius,
- Border? border,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- Color? backroundColor,
- 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,
});