SIQFileMessageTheme constructor

SIQFileMessageTheme({
  1. String? incomingTitleColor,
  2. String? incomingSubTitleColor,
  3. String? outgoingTitleColor,
  4. String? outgoingSubTitleColor,
  5. String? incomingFileViewBackgroundColor,
  6. String? outgoingFileViewBackgroundColor,
  7. String? incomingCommentBackgoundColor,
  8. String? outgoingCommentBackgoundColor,
})

Implementation

SIQFileMessageTheme({
  this.incomingTitleColor,
  this.incomingSubTitleColor,
  this.outgoingTitleColor,
  this.outgoingSubTitleColor,
  this.incomingFileViewBackgroundColor,
  this.outgoingFileViewBackgroundColor,
  this.incomingCommentBackgoundColor,
  this.outgoingCommentBackgoundColor,
});