ItemPosition class
存储定位
Constructors
- ItemPosition(String id, Offset offset)
Properties
Methods
-
compare(
ItemPosition next) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
transform(
ItemPosition old) → Offset
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited