GroupView constructor
const
GroupView({
- Key? key,
- required AtGroup group,
Implementation
const GroupView({Key? key, required this.group}) : super(key: key);
const GroupView({Key? key, required this.group}) : super(key: key);