AnimationsOptions class
Constructors
-
AnimationsOptions({Duration zoom = const Duration(milliseconds: 500), Duration fitBound = const Duration(milliseconds: 500), Curve fadeInCurve = Curves.easeInCubic, Curve fadeOutCurve = Curves.easeInCubic, Curve clusterExpandCurve = Curves.easeInCubic, Curve clusterCollapseCurve = Curves.easeInCubic, Curve spiderifyCurve = Curves.fastOutSlowIn, Duration centerMarker = const Duration(milliseconds: 500), Duration spiderfy = const Duration(milliseconds: 500), Curve fitBoundCurves = Curves.fastOutSlowIn, Curve centerMarkerCurves = Curves.fastOutSlowIn})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited