hasUnderline property
bool
get
hasUnderline
Returns true
if this ContentfulTextMark is underline.
Implementation
bool get hasUnderline => any((element) => element.type.isUnderline);
Returns true
if this ContentfulTextMark is underline.
bool get hasUnderline => any((element) => element.type.isUnderline);