FastRewardedAdBuilder constructor
const
FastRewardedAdBuilder({
- Key? key,
- required BlocBuilder<
FastRewardedAdBlocState> builder, - bool? onlyWhenLoading,
Implementation
const FastRewardedAdBuilder({
super.key,
required this.builder,
bool? onlyWhenLoading,
}) : onlyWhenLoading = onlyWhenLoading ?? false;