Padding class
Отступы от краёв камеры.
Задаётся от краёв внутрь, в физических пикселях. Отступы влияют на:
- точку позиции;
- анимированное перемещение карты;
- расположение динамических объектов карты (например баблы маршрутов).
Properties
- bottom → int
-
Отступ снизу внутрь.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- left → int
-
Отступ слева внутрь.
final
- right → int
-
Отступ справа внутрь.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- top → int
-
Отступ сверху внутрь.
final
Methods
-
copyWith(
{int? left, int? top, int? right, int? bottom}) → Padding -
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