ForWidgetData constructor
ForWidgetData({
- String context = "",
- String type = "for",
- Cell? cell,
- List<
WidgetData> ? children,
Implementation
ForWidgetData({this.context = "", super.type = "for", super.cell, super.children});