FastVideoNativeAd constructor
FastVideoNativeAd({
- Key? key,
- FastAdSize adSize = FastAdSize.large,
- required String videoUrl,
- String? descriptionText,
- VoidCallback? onButtonTap,
- String? debugLabel,
- String? buttonText,
- String? titleText,
- double? rating,
- bool loading = false,
Implementation
FastVideoNativeAd({
super.key,
this.adSize = FastAdSize.large,
required this.videoUrl,
this.descriptionText,
this.onButtonTap,
this.debugLabel,
this.buttonText,
this.titleText,
this.rating,
this.loading = false,
}) : assert(adSize >= FastAdSize.medium);