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