ListWidgetData constructor
ListWidgetData({
- String type = "list",
- Insets? padding,
- Cell? cell,
- List<
WidgetData> ? children,
Implementation
ListWidgetData({super.type = "list", this.padding, super.cell, super.children});