CreateGroupDialog constructor

const CreateGroupDialog({
  1. Key? key,
  2. List<String>? filterUsers,
  3. String? currentChatName,
})

Implementation

const CreateGroupDialog({
  Key? key,
  this.filterUsers,
  this.currentChatName,
}) : super(key: key);