FlowItem constructor

FlowItem({
  1. required String text,
  2. bool isCheck = false,
  3. bool enable = true,
  4. Widget? tagWidget,
  5. dynamic data,
  6. String? specSkuMapping,
})

Implementation

FlowItem(
    {required this.text, this.isCheck = false, this.enable = true, this.tagWidget, this.data, this.specSkuMapping});