mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-08 12:04:50 +08:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user