AnimatedBar constructor
const
AnimatedBar({
- Key? key,
- required AnimationController? animController,
- required int position,
- required int currentIndex,
Implementation
const AnimatedBar({
Key? key,
required this.animController,
required this.position,
required this.currentIndex,
}) : super(key: key);