FluentAdFlowWidgetView constructor

FluentAdFlowWidgetView({
  1. Key? key,
  2. dynamic onAdShow(
    1. bool
    )?,
  3. dynamic onInternalAdLaunched(
    1. bool
    )?,
  4. bool isScrollingEnabled = false,
})

Implementation

FluentAdFlowWidgetView(
    {Key? key,
    this.onAdShow,
    this.onInternalAdLaunched,
    this.isScrollingEnabled = false})
    : _viewId = (1000000000 + Random().nextInt(1147483647)).toString(),
      super(key: key);