getCalculatedWidth method

Future<int> getCalculatedWidth()

Returns the calculated width of this BannerAdSize in density-independent pixels (dp).

Implementation

Future<int> getCalculatedWidth() async {
  return (await getCalculatedBannerAdSize()).width;
}