Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-30 23:51:48 +08:00
parent 678db34c81
commit acb6bc569e
6 changed files with 106 additions and 72 deletions

View File

@@ -88,11 +88,19 @@ class _FavNoteChildPageState extends State<FavNoteChildPage>
),
),
GestureDetector(
behavior: HitTestBehavior.opaque,
onTap: () {
_favNoteController.handleSelect(
!_favNoteController.allSelected.value);
},
child: const Text('全选'),
child: Padding(
padding: const EdgeInsets.only(
top: 14,
bottom: 14,
right: 12,
),
child: const Text('全选'),
),
),
const Spacer(),
FilledButton.tonal(