ParagraphConstraints class
Layout constraints for Paragraph objects.
Instances of this class are typically used with Paragraph.layout.
The only constraint that can be specified is the width. See the discussion at width for more details.
Constructors
- ParagraphConstraints({double width })
- Creates constraints for laying out a pargraph. [...]
Properties
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
override