ChatBackground constructor

const ChatBackground({
  1. required BackgroundType type,
})

Constructs a ChatBackground object.

Implementation

const ChatBackground({
  required this.type,
});