paragraphStyle property
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,
);