FlowView constructor

FlowView({
  1. Key? key,
  2. required dynamic aditem,
  3. double width = 0,
  4. double height = 0,
  5. String userId = "123",
  6. required MbFlowCallBack callBack,
})

Implementation

FlowView({Key? key,required this.aditem,this.width = 0,this.height = 0,this.userId = "123",required this.callBack}) : super(key: key);