animationType property

WheelAnimationType animationType
final

AnimationType animationType an animation to draw the wheel from the angleOffset to the end of visiblePart if specified, animations are either: WheelAnimationType.around to draw the wheel circularly around the FAB, WheelAnimationType.center to draw the wheel from center to the edge WheelAnimationType.none to disable animation WheelAnimationType.apacheRotor secret animation, use caution!

Defaults to WheelAnimationType.around

Implementation

final WheelAnimationType animationType;