listItem property

ListItemType? listItem
final

A block can be given the property listItem with a value that describes which kind of list it is. Typically bullet, number, square and so on. The list position is derived from the position the block has in the array and surrounding list items on the same level.

Implementation

final ListItemType? listItem;