s
This commit is contained in:
parent
0ec4a68d52
commit
6a19c6e00d
@ -20,8 +20,7 @@ class ImgScanPageView extends GetView {
|
||||
),
|
||||
body: Stack(
|
||||
children: [
|
||||
Container(
|
||||
child: PhotoViewGallery.builder(
|
||||
PhotoViewGallery.builder(
|
||||
scrollPhysics: const BouncingScrollPhysics(),
|
||||
builder: (BuildContext context, int index) {
|
||||
return PhotoViewGalleryPageOptions(
|
||||
@ -37,7 +36,7 @@ class ImgScanPageView extends GetView {
|
||||
},
|
||||
itemCount: dataModel.data!.length,
|
||||
loadingBuilder: (context, event) => Center(
|
||||
child: Container(
|
||||
child: SizedBox(
|
||||
width: 20.0,
|
||||
height: 20.0,
|
||||
child: CircularProgressIndicator(
|
||||
@ -52,8 +51,7 @@ class ImgScanPageView extends GetView {
|
||||
onPageChanged: onPageChanged,
|
||||
|
||||
|
||||
)
|
||||
),
|
||||
),
|
||||
Align(
|
||||
alignment: Alignment.bottomCenter,
|
||||
child: SizedBox(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user