UiSlideFadeTransition constructor
const
UiSlideFadeTransition({})
Implementation
const UiSlideFadeTransition({
super.key,
required this.animation,
required this.child,
this.beginOffset = const Offset(0, 0.04),
this.endOffset = Offset.zero,
this.offsetUnit = UiTransitionOffsetUnit.fractional,
this.fade = true,
this.repaintBoundary = false,
});