isJustItalic property

bool isJustItalic

Implementation

bool get isJustItalic {
  return ITALIC_PATTERN.hasMatch(this);
}