FSSlideTransitionElastic constructor
const
FSSlideTransitionElastic({
- Key? key,
- required Widget child,
- Duration duration = const Duration(milliseconds: 800),
- Duration delay = Duration.zero,
- bool autoPlay = true,
- VoidCallback? onComplete,
- VoidCallback? onCancel,
- double offsetFraction = 1.0,
- bool maintainState = true,
- bool respectSystemPreferences = true,
Implementation
const FSSlideTransitionElastic({
super.key,
required this.child,
this.duration = const Duration(milliseconds: 800),
this.delay = Duration.zero,
this.autoPlay = true,
this.onComplete,
this.onCancel,
this.offsetFraction = 1.0,
this.maintainState = true,
this.respectSystemPreferences = true,
});