ParagraphCommand class

canvas.drawParagraph()

Inheritance

Constructors

ParagraphCommand(Offset offset)

Properties

hashCode int
The hash code for this object.
no setterinherited
offset Offset
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tolerance double
getter/setter pairinherited

Methods

eq(dynamic a, dynamic b) bool
Helper function to check the equality of any two objects.
inherited
equals(covariant ParagraphCommand other) bool
Return true if this command is equal to other, up to the given absolute tolerance. The argument other is guaranteed to have the same type as the current command.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
repr(dynamic a) String
Helper function to generate string representations of various components of a command.
inherited
toString() String
A string representation of this object.
override

Operators

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