Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-21 11:48:42 +08:00
parent 1efd62803a
commit ac60ac417b
130 changed files with 1631 additions and 2132 deletions

View File

@@ -38,9 +38,7 @@ class _LiveAreaDetailPageState extends State<LiveAreaDetailPage> {
title: Text(widget.parentName),
actions: [
IconButton(
onPressed: () {
Get.to(const LiveSearchPage());
},
onPressed: () => Get.to(const LiveSearchPage()),
icon: const Icon(Icons.search),
),
const SizedBox(width: 16),
@@ -84,9 +82,8 @@ class _LiveAreaDetailPageState extends State<LiveAreaDetailPage> {
context: context,
icon: Icons.menu,
bgColor: Colors.transparent,
onPressed: () {
_showTags(context, theme, response);
},
onPressed: () =>
_showTags(context, theme, response),
),
],
),