StreamChannelHeaderThemeData constructor

const StreamChannelHeaderThemeData({
  1. TextStyle? titleStyle,
  2. TextStyle? subtitleStyle,
  3. StreamAvatarThemeData? avatarTheme,
  4. Color? color,
})

Implementation

const StreamChannelHeaderThemeData({
  this.titleStyle,
  this.subtitleStyle,
  this.avatarTheme,
  this.color,
});