SelectNewGroupOwner constructor

const SelectNewGroupOwner({
  1. String? groupID,
  2. Key? key,
  3. required TUIGroupProfileModel model,
  4. ValueChanged<List<V2TimGroupMemberFullInfo>>? onSelectedMember,
})

Implementation

const SelectNewGroupOwner({
  this.groupID,
  Key? key,
  required this.model,
  this.onSelectedMember,
}) : super(key: key);