This commit is contained in:
Chen Li
2025-08-12 22:17:40 +08:00
parent 130755f9e1
commit fa4379e130
10 changed files with 52 additions and 30 deletions

View File

@@ -141,10 +141,10 @@ class _PartScreenState extends State<PartScreen> {
top: 6,
right: 6,
child: IconButton(
icon: const Icon(
Icons.open_in_full,
color: Colors.white,
size: 24,
icon: Image.asset(
'assets/images/open_in_full.png',
width: 24,
height: 24
),
onPressed: _openFullScreen,
padding: EdgeInsets.zero,