LoadingDataPhotoCardWidget constructor
LoadingDataPhotoCardWidget({})
Implementation
LoadingDataPhotoCardWidget({
required this.cardHeight,
required this.cardWidth,
required this.isLoading,
required this.hideCenterButton,
Key? key,
}) : super(key: key);