groupManage property

Widget Function(dynamic toDefaultGroupManagementPage())? groupManage
getter/setter pair

The entrance to the page managing the group. Works only for group owner and group admin.

Implementation

Widget Function(Function() toDefaultGroupManagementPage)? groupManage;