AnimatedHorizontalStick constructor
const
AnimatedHorizontalStick({})
Implementation
const AnimatedHorizontalStick({
super.key,
required this.animation,
required this.targetWidth,
this.firstSlideColor,
this.secondSlideColor,
this.underlineHeight,
}) : super(
listenable: animation,
);