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({required double width})
-
Creates constraints for laying out a paragraph.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override