characterCount property
int
get
characterCount
Returns the current character count.
Implementation
int get characterCount => _documentController.document.totalLength;
Returns the current character count.
int get characterCount => _documentController.document.totalLength;