StackWidgetData constructor

StackWidgetData({
  1. String type = "stack",
  2. Cell? cell,
  3. List<WidgetData>? children,
})

Implementation

StackWidgetData({super.type = "stack", super.cell, super.children});