FixedSizeSlidingTransition constructor
const
FixedSizeSlidingTransition({})
Implementation
const FixedSizeSlidingTransition({
super.key,
required this.isLTR,
required this.offsetAnimation,
required this.size,
required this.child,
}) : super(listenable: offsetAnimation);