ListItem constructor
ListItem({
- bool? checked,
- List<
ListItem> ? childListItems, - TextContent? text,
Implementation
ListItem({
this.checked,
this.childListItems,
this.text,
});