menu
to_do_package package
documentation
utils/full_screen_image.dart
FullScreenImage
FullScreenImage.new const constructor
FullScreenImage.new const constructor
dark_mode
light_mode
FullScreenImage
constructor
const
FullScreenImage
(
String
imageUrl
,
List
<
String
>
?
images
,
int
selectedIndex
, {
Key
?
key
,
})
Implementation
const FullScreenImage(this.imageUrl, this.images, this.selectedIndex, {Key? key}) : super(key: key);
to_do_package package
documentation
utils/full_screen_image
FullScreenImage
FullScreenImage.new const constructor
FullScreenImage class