ChatEventBackgroundChanged constructor

ChatEventBackgroundChanged({
  1. ChatBackground? oldBackground,
  2. ChatBackground? newBackground,
})

Implementation

ChatEventBackgroundChanged({this.oldBackground, this.newBackground});