ImageWithLoadingIndicator constructor

const ImageWithLoadingIndicator({
  1. Key? key,
  2. required String imagePath,
  3. BoxConstraints? imageStyles,
  4. required BoxConstraints constraints,
})

Implementation

const ImageWithLoadingIndicator(
    {super.key,
    required this.imagePath,
    this.imageStyles,
    required this.constraints});