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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited