ListItem constructor

ListItem({
  1. bool? checked,
  2. List<ListItem>? childListItems,
  3. TextContent? text,
})

Implementation

ListItem({this.checked, this.childListItems, this.text});