AdLoadingIndicator constructor

const AdLoadingIndicator({
  1. Key? key,
  2. required AdType adType,
  3. Widget? customLoadingWidget,
})

Implementation

const AdLoadingIndicator({
  Key? key,
  required this.adType,
  this.customLoadingWidget,
}) : super(key: key);