ChatBackground constructor

const ChatBackground({
  1. required Background background,
  2. required int darkThemeDimming,
})

Describes a background set for a specific chat

Implementation

const ChatBackground({
  required this.background,
  required this.darkThemeDimming,
});