menu
flutter_dynamic_ui package
documentation
widget/img_view.dart
ImgView
ImgView const constructor
ImgView const constructor
dark_mode
light_mode
ImgView
constructor
const
ImgView
(
{
Key
?
key
,
required
Img
img
,
})
Implementation
const ImgView({Key? key, required this.img}) : super(key: key);
flutter_dynamic_ui package
documentation
widget/img_view
ImgView
ImgView const constructor
ImgView class