ChatBackground constructor
const
ChatBackground({
- required Background background,
- required int darkThemeDimming,
Describes a background set for a specific chat
Implementation
const ChatBackground({
required this.background,
required this.darkThemeDimming,
});