opt icons

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-02 13:13:50 +08:00
parent 293f046b35
commit 74ed06157a
8 changed files with 61 additions and 99 deletions

View File

@@ -501,13 +501,10 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
iconSize: 22,
color: Colors.white,
disable: !show,
child: Transform.rotate(
angle: math.pi / 2,
child: const Icon(
Icons.reorder,
size: 22,
color: Colors.white,
),
child: const Icon(
CustomIcons.view_headline_rotate_90,
size: 22,
color: Colors.white,
),
),
onTap: widget.showViewPoints,