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