ArrowsBar constructor
const
ArrowsBar({})
Implementation
const ArrowsBar({
Key? key,
required this.index,
required this.length,
this.arrowColor = defaultIconColor,
this.arrowBgColor = defaultIconBgColor,
required this.onArrowTap,
}) : super(key: key);