ForWidgetData constructor

ForWidgetData({
  1. String context = "",
  2. String type = "for",
  3. Cell? cell,
  4. List<WidgetData>? children,
})

Implementation

ForWidgetData({this.context = "", super.type = "for", super.cell, super.children});