PositionedObjectPositioning class

The positioning of a PositionedObject.

The positioned object is positioned relative to the beginning of the Paragraph it's tethered to.

Constructors

PositionedObjectPositioning({String? layout, Dimension? leftOffset, Dimension? topOffset})
PositionedObjectPositioning.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
layout String?
The layout of this positioned object. Possible string values are:
getter/setter pair
leftOffset Dimension?
The offset of the left edge of the positioned object relative to the beginning of the Paragraph it's tethered to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topOffset Dimension?
The offset of the top edge of the positioned object relative to the beginning of the Paragraph it's tethered to.
getter/setter pair

Methods

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

Operators

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