CallCoverWidget constructor

const CallCoverWidget(
  1. UserCallCover? cover, {
  2. Key? key,
  3. RxUser? user,
  4. RxChat? chat,
})

Implementation

const CallCoverWidget(this.cover, {super.key, this.user, this.chat});