CustomInteractiveViewerController class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxZoomLevel → double
-
no setter
- mimZoomLevel → double
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- viewportCenter → Offset?
-
no setter
- viewportSize → Size?
-
no setter
- zoomLevel → double
-
no setter
Methods
-
animateTo(
Offset targetOffset, {Duration duration = const Duration(milliseconds: 300), Curve curve = Curves.easeInOut}) → void -
animateZoomAndPanTo(
{required Offset targetOffset, required double targetZoom, Duration duration = const Duration(milliseconds: 300), Curve curve = Curves.easeInOut}) → void -
animateZoomTo(
double targetZoom, {Duration duration = const Duration(milliseconds: 300), Curve curve = Curves.easeInOut}) → void -
center(
) → void -
jumpTo(
Offset offset) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetView(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited