menu
photo_card_swiper package
documentation
custom_widgets/photo_description_widget.dart
PhotoDescriptionWidget
PhotoDescriptionWidget const constructor
PhotoDescriptionWidget const constructor
dark_mode
light_mode
PhotoDescriptionWidget
constructor
const
PhotoDescriptionWidget
(
{
Key
?
key
,
required
PhotoCard
photoCard
,
})
Implementation
const PhotoDescriptionWidget({ Key? key, required this.photoCard, }) : super(key: key);
photo_card_swiper package
documentation
custom_widgets/photo_description_widget
PhotoDescriptionWidget
PhotoDescriptionWidget const constructor
PhotoDescriptionWidget class