mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-08 20:14:51 +08:00
@@ -7,6 +7,7 @@ class SourceModel {
|
||||
final int? width;
|
||||
final int? height;
|
||||
final bool isLongPic;
|
||||
final num? size;
|
||||
|
||||
const SourceModel({
|
||||
this.sourceType = SourceType.networkImage,
|
||||
@@ -15,5 +16,6 @@ class SourceModel {
|
||||
this.width,
|
||||
this.height,
|
||||
this.isLongPic = false,
|
||||
this.size,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user