TCICVirtualBackgroundImage constructor

TCICVirtualBackgroundImage({
  1. required String imagePath,
  2. String? name,
})

Implementation

TCICVirtualBackgroundImage({required this.imagePath, this.name});