chore: rename imageview

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-07 12:40:48 +08:00
parent 2d86daec83
commit 6d89b7769e
7 changed files with 13 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ class ImageModel {
bool get isLivePhoto => _isLivePhoto ??= liveUrl?.isNotEmpty == true;
}
Widget imageview(
Widget imageView(
double maxWidth,
List<ImageModel> picArr, {
VoidCallback? onViewImage,