An opaque object that determines the position of lines within a paragraph of text.
Constructors
- ParagraphStyle({TextAlign textAlign, FontWeight fontWeight, FontStyle fontStyle, int lineCount, String fontFamily, double fontSize, double lineHeight, String ellipsis })
-
Creates a new ParagraphStyle object.
Properties
- hashCode → int
-
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