isBreakLine property
bool
get
isBreakLine
Ensure to detect br html tags
Implementation
bool get isBreakLine => localName == 'br';
Ensure to detect br html tags
bool get isBreakLine => localName == 'br';