paragraphStyle property Null safety

ParagraphStyle paragraphStyle
read / write

The paragraph style to use when painting RenderErrorBox objects.

Implementation

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