totalLineCount property
int
get
totalLineCount
Total number of lines in the content.
Implementation
int get totalLineCount => _lines.length;
Total number of lines in the content.
int get totalLineCount => _lines.length;