mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: report panel
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -327,7 +327,7 @@ class Utils {
|
||||
builder: (context) => Column(
|
||||
children: List.generate(list.length, (index) {
|
||||
return radioWidget(
|
||||
paddingStart: 14,
|
||||
padding: const EdgeInsets.only(left: 14),
|
||||
title: list[index].title ?? '',
|
||||
groupValue: checkedId,
|
||||
value: list[index].id,
|
||||
|
||||
Reference in New Issue
Block a user