menu
mxbase package
documentation
widgets/my_photo_view.dart
MyPhotoView
MyPhotoView.new constructor
MyPhotoView.new constructor
dark_mode
light_mode
MyPhotoView
constructor
MyPhotoView
(
{
Key
?
key
,
List
<
String
>
?
imgList
,
MxReturn
<
int
>
?
onPageChange
,
})
Implementation
MyPhotoView({Key? key, this.imgList, this.onPageChange}) : super(key: key);
mxbase package
documentation
widgets/my_photo_view
MyPhotoView
MyPhotoView.new constructor
MyPhotoView class