GroupView constructor

const GroupView({
  1. Key? key,
  2. required AtGroup group,
})

Implementation

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