animateDirection property

CustomCalendarAnimatedDirection animateDirection
final
  • From here you can change the direction when you move between months there's 2 types
    • CustomCalendarAnimatedDirection.horizontal
    • CustomCalendarAnimatedDirection.vertical
    • If you use CustomCalendarType.viewFullYear the moving will be only horizontal

Implementation

final CustomCalendarAnimatedDirection animateDirection;