getParagraphStyle method

ParagraphStyle? getParagraphStyle()

Returns the paragraph style used by the text.

Implementation

ui.ParagraphStyle? getParagraphStyle() {
  return _paragraphStyle;
}