StreamAvatarThemeData constructor
const
StreamAvatarThemeData({
- StreamAvatarSize? size,
- Color? backgroundColor,
- Color? foregroundColor,
- BoxBorder? border,
Creates an avatar theme with optional style overrides.
Implementation
const StreamAvatarThemeData({
this.size,
this.backgroundColor,
this.foregroundColor,
this.border,
});