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