StackWidgetData constructor
StackWidgetData({
- String type = "stack",
- Cell? cell,
- List<
WidgetData> ? children,
Implementation
StackWidgetData({super.type = "stack", super.cell, super.children});