SIQEmptyViewTheme constructor

SIQEmptyViewTheme({
  1. String? backgroundColor,
  2. String? chatButtonBackgroundColor,
  3. String? chatButtonTitleColor,
  4. String? textColor,
})

Implementation

SIQEmptyViewTheme({
  this.backgroundColor,
  this.chatButtonBackgroundColor,
  this.chatButtonTitleColor,
  this.textColor,
});