Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-25 13:18:59 +08:00
parent 525dce989b
commit 94063ab1f9
11 changed files with 175 additions and 187 deletions

View File

@@ -217,10 +217,10 @@ class _VideoShotImageState extends State<VideoShotImage> {
}
}
late final _imgPaint = Paint()..filterQuality = FilterQuality.medium;
late final _imgPaint = Paint()..filterQuality = .medium;
late final _borderPaint = Paint()
..color = Colors.white
..style = PaintingStyle.stroke
..style = .stroke
..strokeWidth = 1.5;
@override