We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In my app Native Banner Ads can not change the background color white and Banner Ads throw the background color black how can fix this issue pls help.
NativeAd( placementId: "3025685484414127_3025692344413441", adType: NativeAdType.NATIVE_BANNER_AD, bannerAdSize: NativeBannerAdSize.HEIGHT_100, width: double.infinity, height: MediaQuery.of(context).size.height * 0.12, backgroundColor: Colors.white, titleColor: Colors.black, descriptionColor: Colors.grey, buttonColor: Colors.blueAccent, buttonTitleColor: Colors.white, buttonBorderColor: Colors.white, listener: NativeAdListener( onError: (code, message) => print('native banner ad error\ncode: $code\nmessage:$message'), onLoaded: () => print('native banner ad loaded'), onMediaDownloaded: () => 'native banner ad media downloaded', ), ),
How can I change this black background color to white and the white title color to black?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Native Banner Ads And Banner Ads Background Color Error
In my app Native Banner Ads can not change the background color white and Banner Ads throw the background color black
how can fix this issue pls help.
How can I change this black background color to white and the white title color to black?
The text was updated successfully, but these errors were encountered: