$FModalSheetMotionTransformations extension
Methods
-
copyWith(
{Curve? barrierCurve, Duration? expandDuration, Duration? collapseDuration, Curve? curve}) → FModalSheetMotion -
Available on FModalSheetMotion, provided by the $FModalSheetMotionTransformations extension
Returns a copy of this FModalSheetMotion with the given properties replaced. -
lerp(
FModalSheetMotion other, double t) → FModalSheetMotion -
Available on FModalSheetMotion, provided by the $FModalSheetMotionTransformations extension
Linearly interpolate between this and another FModalSheetMotion using the given factort
.