getCalculatedWidth method
Returns the calculated width of this BannerAdSize in density-independent pixels (dp).
Implementation
Future<int> getCalculatedWidth() async {
return (await getCalculatedBannerAdSize()).width;
}
Returns the calculated width of this BannerAdSize in density-independent pixels (dp).
Future<int> getCalculatedWidth() async {
return (await getCalculatedBannerAdSize()).width;
}