MessageInformationStyle constructor
const
MessageInformationStyle({
- double? width,
- double? height,
- Color? background,
- BoxBorder? border,
- double? borderRadius,
- Gradient? gradient,
- TextStyle? titleStyle,
- Color? closeIconTint,
- Color? deliveredIconTint,
- Color? dividerTint,
- Color? readIconTint,
- TextStyle? subTitleStyle,
- TextStyle? emptyTextStyle,
- TextStyle? errorTextStyle,
- Color? loadingIconTint,
Implementation
const MessageInformationStyle({
super.width,
super.height,
super.background,
super.border,
super.borderRadius,
super.gradient,
this.titleStyle,
this.closeIconTint,
this.deliveredIconTint,
this.dividerTint,
this.readIconTint,
this.subTitleStyle,
this.emptyTextStyle,
this.errorTextStyle,
this.loadingIconTint,
});