FlowView constructor
FlowView({
- Key? key,
- required dynamic aditem,
- double width = 0,
- double height = 0,
- String userId = "123",
- 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);