StreamAvatarThemeData constructor

const StreamAvatarThemeData({
  1. StreamAvatarSize? size,
  2. Color? backgroundColor,
  3. Color? foregroundColor,
  4. BoxBorder? border,
})

Creates an avatar theme with optional style overrides.

Implementation

const StreamAvatarThemeData({
  this.size,
  this.backgroundColor,
  this.foregroundColor,
  this.border,
});