GroupNotice constructor

const GroupNotice({
  1. Key? key,
  2. required GroupSettingStore settingStore,
})

Implementation

const GroupNotice({
  super.key,
  required this.settingStore,
});