GroupNotice constructor
const
GroupNotice({
- Key? key,
- required GroupSettingStore settingStore,
Implementation
const GroupNotice({
super.key,
required this.settingStore,
});