plainTextLength property
int
get
plainTextLength
Gets the plain text length (without formatting markers)
Implementation
int get plainTextLength {
return normalizeText().length;
}
Gets the plain text length (without formatting markers)
int get plainTextLength {
return normalizeText().length;
}