StreamChannelPreviewThemeData constructor

const StreamChannelPreviewThemeData({
  1. TextStyle? titleStyle,
  2. TextStyle? subtitleStyle,
  3. TextStyle? lastMessageAtStyle,
  4. StreamAvatarThemeData? avatarTheme,
  5. Color? unreadCounterColor,
  6. double? indicatorIconSize,
})

Implementation

const StreamChannelPreviewThemeData({
  this.titleStyle,
  this.subtitleStyle,
  this.lastMessageAtStyle,
  this.avatarTheme,
  this.unreadCounterColor,
  this.indicatorIconSize,
});