refactor(mobile): backup info box (#14171)

split up backup info box into separate widgets
This commit is contained in:
Mert 2024-11-15 17:16:52 -05:00 committed by GitHub
parent 6729782c3f
commit caf6c0996d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 383 additions and 283 deletions

View file

@ -18,6 +18,9 @@ class CurrentUploadAsset {
this.iCloudAsset,
});
@pragma('vm:prefer-inline')
bool get isIcloudAsset => iCloudAsset != null && iCloudAsset!;
CurrentUploadAsset copyWith({
String? id,
DateTime? fileCreatedAt,