AnimarkerControllerDescription class

Constructors

AnimarkerControllerDescription({required TickerProvider vsync, required OnStopover? onStopover, required bool useRotation, required MarkerListener? onMarkerAnimation, double angleThreshold = 1.5, bool isActiveTrip = true, int runExpressAfter = 10, double rippleRadius = 0.5, RippleListener? onRippleAnimation, Curve curve = Curves.linear, Color rippleColor = Colors.red, Duration duration = const Duration(milliseconds: 2500), Duration rippleDuration = const Duration(milliseconds: 2000)})
const
AnimarkerControllerDescription.animarker(Animarker animarker, {required TickerProvider vsync, OnStopover? onStopover, RippleListener? onRippleAnimation, MarkerListener? onMarkerAnimation})
factory

Properties

angleThreshold double
final
curve Curve
final
duration Duration
final
hashCode int
The hash code for this object.
no setterinherited
isActiveTrip bool
final
onMarkerAnimation MarkerListener?
final
onRippleAnimation RippleListener?
final
onStopover OnStopover?
final
rippleColor Color
final
rippleDuration Duration
final
rippleRadius double
final
runExpressAfter int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useRotation bool
final
vsync TickerProvider
final

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