Layout constraints for Paragraph objects.

Instances of this class are typically used with Paragraph.layout.

Constructors

ParagraphConstraints({double width })

Creates constraints for laying out a pargraph.

Properties

hashCode int

read-only
width double

The width the paragraph should use whey computing the positions of glyphs.

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

Methods

toString() String

Returns a string representation of this object.

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited