ChatSettingPage constructor

const ChatSettingPage(
  1. ContactInfo contactInfo, {
  2. Key? key,
})

Implementation

const ChatSettingPage(this.contactInfo, {Key? key}) : super(key: key);