ContactKitTeamListPage constructor

const ContactKitTeamListPage({
  1. Key? key,
  2. bool? selectorModel,
  3. ContactListConfig? listConfig,
})

Implementation

const ContactKitTeamListPage({Key? key, this.selectorModel, this.listConfig})
    : super(key: key);