isStrong property
bool
get
isStrong
Ensure to detect bold html tags
Implementation
bool get isStrong => localName == 'strong' || localName == 'b';
Ensure to detect bold html tags
bool get isStrong => localName == 'strong' || localName == 'b';