We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4855672 commit f452fbeCopy full SHA for f452fbe
lib/src/widget/builder/image_page_builder.dart
@@ -52,6 +52,9 @@ class _ImagePageBuilderState extends State<ImagePageBuilder> {
52
53
bool get _isOriginal => widget.previewThumbnailSize == null;
54
55
+ /// Whether the asset should be treated as a Live Photo.
56
+ /// Checks both the global enableLivePhoto flag and the asset's isLivePhoto
57
+ /// property to determine if Live Photo functionality should be active.
58
bool get _isLivePhoto =>
59
widget.enableLivePhoto && widget.asset.isLivePhoto;
60
0 commit comments