AnimatedSwipeArrowWidget constructor
const
AnimatedSwipeArrowWidget({})
Implementation
const AnimatedSwipeArrowWidget({
Key? key,
this.numberOfArrows = 5,
this.direction = TextDirection.rtl,
this.top = 0,
this.left = 0,
this.size = 18,
this.icon,
this.highlightColor = Colors.white,
this.color = Colors.grey,
}) : super(key: key);