SelectNewGroupOwner constructor
const
SelectNewGroupOwner({
- String? groupID,
- Key? key,
- required TUIGroupProfileModel model,
- ValueChanged<
List< ? onSelectedMember,V2TimGroupMemberFullInfo> >
Implementation
const SelectNewGroupOwner({
this.groupID,
Key? key,
required this.model,
this.onSelectedMember,
}) : super(key: key);