menu
flutter_photo_view package
documentation
flutter_photo_view.dart
PhotoView
PhotoView.new const constructor
PhotoView.new const constructor
dark_mode
light_mode
PhotoView
constructor
const
PhotoView
(
{
Key
?
key
,
required
String
src
,
})
Implementation
const PhotoView({ Key? key, required this.src, }) : super(key: key);
flutter_photo_view package
documentation
flutter_photo_view
PhotoView
PhotoView.new const constructor
PhotoView class