paragraphStyle property

ParagraphStyle paragraphStyle
getter/setter pair

The paragraph style to use when painting RenderErrorBox objects.

Implementation

static ui.ParagraphStyle paragraphStyle = ui.ParagraphStyle(
  textDirection: TextDirection.ltr,
  textAlign: TextAlign.left,
);