LoadingImage constructor

const LoadingImage({
  1. Key? key,
})

Implementation

const LoadingImage({Key? key}) : super(key: key);