SIQFAQListItemTheme constructor

SIQFAQListItemTheme({
  1. String? backgroundColor,
  2. String? titleTextColor,
  3. String? subtitleTextColor,
  4. String? subtitlePartitionColor,
  5. String? likePendingColor,
  6. String? likedColor,
  7. String? separatorColor,
})

Implementation

SIQFAQListItemTheme({
  this.backgroundColor,
  this.titleTextColor,
  this.subtitleTextColor,
  this.subtitlePartitionColor,
  this.likePendingColor,
  this.likedColor,
  this.separatorColor,
});