ContactKitDetailPage constructor

const ContactKitDetailPage({
  1. Key? key,
  2. required String accId,
  3. bool isDesktopDialog = false,
})

Implementation

const ContactKitDetailPage({
  Key? key,
  required this.accId,
  this.isDesktopDialog = false,
}) : super(key: key);