BidmadBannerRefinedWidgetState constructor
BidmadBannerRefinedWidgetState(
- FlutterBaseBannerRefined ad,
- double? width,
- double? height,
- GlobalKey<
State< ? scrollBoxKey,StatefulWidget> >
Implementation
BidmadBannerRefinedWidgetState(
this.ad, this.width, this.height, this.scrollBoxKey)
: this.variableSize = Size(width ?? 320, height ?? 50);