BidmadBannerRefinedWidgetState constructor

BidmadBannerRefinedWidgetState(
  1. FlutterBaseBannerRefined ad,
  2. double? width,
  3. double? height,
  4. GlobalKey<State<StatefulWidget>>? scrollBoxKey,
)

Implementation

BidmadBannerRefinedWidgetState(
    this.ad, this.width, this.height, this.scrollBoxKey)
    : this.variableSize = Size(width ?? 320, height ?? 50);