menu
shared_component package
documentation
widgets/app_widgets.dart
FullScreenImage
FullScreenImage.new const constructor
FullScreenImage.new const constructor
dark_mode
light_mode
FullScreenImage
constructor
const
FullScreenImage
(
{
Key
?
key
,
required
String
imageUrl
,
required
String
heroTag
,
})
Implementation
const FullScreenImage({ super.key, required this.imageUrl, required this.heroTag, });
shared_component package
documentation
widgets/app_widgets
FullScreenImage
FullScreenImage.new const constructor
FullScreenImage class