StreamAvatarThemeData constructor
const
StreamAvatarThemeData({})
Creates an avatar theme with optional style overrides.
Implementation
const StreamAvatarThemeData({
this.size,
this.backgroundColor,
this.foregroundColor,
this.border,
this.isFloating,
this.floatingElevation,
});