Overrides class
Stage/Origin-level escape hatches for advanced behavioral overrides. Fields are reserved for power-user customizations; defaults are correct for typical use.
Constructors
- Overrides({Offset anchor(AnchorContext ctx)?})
-
const
Properties
- anchor → Offset Function(AnchorContext ctx)?
-
Custom anchor for drag-with-ScaleResponse. Receives gesture-time
inputs and returns the rect's new center. Null = package default
(focal-point-preserving:
currentFocalPoint - (startFocalPoint - startRect.center) * scale).final - hashCode → int
-
The hash code for this object.
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