NoVideoWidget constructor

const NoVideoWidget({
  1. String? name,
  2. String? userAvatar,
  3. bool isSpeaker = false,
  4. Key? key,
})

Implementation

const NoVideoWidget({this.name, this.userAvatar, this.isSpeaker = false, super.key});