BoxWidthStyle enum

Defines various ways to horizontally bound the boxes returned by Paragraph.getBoxesForRange.

See BoxHeightStyle for a similar property to control height.

Inheritance

Constructors

BoxWidthStyle()
const

Values

tight → const BoxWidthStyle

Provide tight bounding boxes that fit widths to the runs of each line independently.

max → const BoxWidthStyle

Adds up to two additional boxes as needed at the beginning and/or end of each line so that the widths of the boxes in line are the same width as the widest line in the paragraph.

The additional boxes on each line are only added when the relevant box at the relevant edge of that line does not span the maximum width of the paragraph.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<BoxWidthStyle>
A constant List of the values in this enum, in order of their declaration.