lineIndentations property

List<int>? lineIndentations
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 indentation level of a specific line.

Implementation

final List<int>? lineIndentations;