lineCount property

int get lineCount

Number of lines in the rendered output.

Implementation

int get lineCount => render().split('\n').length;