feat: search settings item

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-03 17:40:48 +08:00
parent 413a49bcb1
commit 18ee1d4e18
22 changed files with 2206 additions and 2308 deletions

View File

@@ -97,7 +97,6 @@ class _SetSelectItemState extends State<SetSelectItem> {
.copyWith(color: Theme.of(context).colorScheme.outline);
return ListTile(
onTap: () {},
dense: false,
title: Text(widget.title!),
subtitle: Text(
'当前${widget.title!} $currentVal',