FlowViewState constructor

FlowViewState(
  1. dynamic adItems,
  2. double width,
  3. double height,
  4. String userId,
  5. MbFlowCallBack callBack,
)

Implementation

FlowViewState(this.adItems,this.width,this.height,this.userId,this.callBack);