isUnderlineWithOtherStyles property

bool isUnderlineWithOtherStyles

Implementation

bool get isUnderlineWithOtherStyles {
  return UNDERLINE_WITH_OPTIONAL_STYLES_PATTERN.hasMatch(this);
}