richTextFixed property

RichTextFixed? richTextFixed

A fixed-width rich text

Implementation

RichTextFixed? get richTextFixed {
  if (this is RichTextFixed) {
    return this as RichTextFixed;
  }
  return null;
}