lineTypes property

List<LineType>? lineTypes
final

An array with the same number of elements as lines in the text node, where lines are delimited by newline or paragraph separator characters. Each element in the array corresponds to the list type of a specific line.

Implementation

final List<LineType>? lineTypes;