ChatBackground constructor
const
ChatBackground({
- required BackgroundType type,
Constructs a ChatBackground object.
Implementation
const ChatBackground({
required this.type,
});
Constructs a ChatBackground object.
const ChatBackground({
required this.type,
});