$FPopoverMotionTransformations extension
Methods
-
copyWith(
{Duration? entranceDuration, Duration? exitDuration, Curve? expandCurve, Curve? collapseCurve, Curve? fadeInCurve, Curve? fadeOutCurve, Animatable< double> ? scaleTween, Animatable<double> ? fadeTween}) → FPopoverMotion -
Available on FPopoverMotion, provided by the $FPopoverMotionTransformations extension
Returns a copy of this FPopoverMotion with the given properties replaced. -
lerp(
FPopoverMotion other, double t) → FPopoverMotion -
Available on FPopoverMotion, provided by the $FPopoverMotionTransformations extension
Linearly interpolate between this and another FPopoverMotion using the given factort
.