SheetWidgetData constructor

SheetWidgetData({
  1. String name = "",
  2. String type = "sheet",
  3. Cell? cell,
  4. List<WidgetData>? children,
})

Implementation

SheetWidgetData({this.name = "", super.type = "sheet", super.cell, super.children});