LoadingDataPhotoCardWidget constructor

LoadingDataPhotoCardWidget({
  1. required double cardHeight,
  2. required double cardWidth,
  3. required bool isLoading,
  4. required bool hideCenterButton,
  5. Key? key,
})

Implementation

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