ContactKitContactPage constructor

const ContactKitContactPage({
  1. Key? key,
  2. ContactUIConfig? config,
})

Implementation

const ContactKitContactPage({Key? key, this.config}) : super(key: key);