ScreenShift class
Смещение карты по горизонтали и вертикали в координатном пространстве экрана.
Положительное направление смещения: dx - вправо, dy - вниз.
Constructors
- ScreenShift({double dx = 0, double dy = 0})
-
const
Properties
Methods
-
copyWith(
{double? dx, double? dy}) → ScreenShift -
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.
override