split report dialog (#460)

This commit is contained in:
My-Responsitories
2025-03-16 13:34:04 +08:00
committed by GitHub
parent 0b8e95477c
commit 7854c5e6b9
4 changed files with 242 additions and 185 deletions

View File

@@ -582,7 +582,7 @@ class _ReportPanelState extends State<ReportPanel> {
const Text('举报理由(单选,非必选)'),
...List.generate(
5,
(index) => radioWidget<int>(
(index) => RadioWidget<int>(
value: index,
groupValue: _reasonV2,
onChanged: (value) {