lineCount property
int
get
lineCount
Number of lines in the rendered output.
Implementation
int get lineCount => render().split('\n').length;
Number of lines in the rendered output.
int get lineCount => render().split('\n').length;