add download btns

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-14 16:46:47 +08:00
parent 1b3f27aa31
commit 80d9a426a7
5 changed files with 65 additions and 43 deletions

View File

@@ -1830,6 +1830,15 @@ class HeaderControlState extends State<HeaderControl>
),
),
),
SizedBox(
width: btnWidth,
height: btnHeight,
child: ActionItem(
expand: false,
icon: const Icon(CustomIcons.download, color: Colors.white),
onTap: () => videoDetailCtr.onDownload(context),
),
),
SizedBox(
width: btnWidth,
height: btnHeight,