GroupInfoView constructor

const GroupInfoView({
  1. Key? key,
  2. required String jid,
  3. bool enableAppBar = true,
})

Implementation

const GroupInfoView({super.key, required this.jid, this.enableAppBar = true});