paragraphStyle property

ParagraphStyle paragraphStyle
read / write

The paragraph style to use when painting RenderErrorBox objects.

Implementation

static ui.ParagraphStyle paragraphStyle = ui.ParagraphStyle(
  lineHeight: 1.0,
)