onCLick property

Future<void> Function(Group group, GroupMember member, String newScope, String oldScope)? onCLick
final

onCLick is a call back function which will be invoked when clicked on dropdown , This will not work in case scope is participant

Implementation

final Future<void> Function(
        Group group, GroupMember member, String newScope, String oldScope)?
    onCLick;