isUnderline property

bool isUnderline

Implementation

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