SIQAttachmentSheetTheme constructor

SIQAttachmentSheetTheme({
  1. String? backgroundColor,
  2. String? overlayColor,
  3. String? tintColor,
  4. String? separatorColor,
})

Implementation

SIQAttachmentSheetTheme({
  this.backgroundColor,
  this.overlayColor,
  this.tintColor,
  this.separatorColor,
});