$FModalSheetStyleTransformations extension
Methods
-
copyWith(
{ImageFilter barrierFilter(double)?, FModalSheetMotion motion(FModalSheetMotion motion)?, double? flingVelocity, double? closeProgressThreshold}) → FModalSheetStyle -
Available on FModalSheetStyle, provided by the $FModalSheetStyleTransformations extension
Returns a copy of this FModalSheetStyle with the given properties replaced. -
lerp(
FModalSheetStyle other, double t) → FModalSheetStyle -
Available on FModalSheetStyle, provided by the $FModalSheetStyleTransformations extension
Linearly interpolate between this and another FModalSheetStyle using the given factort
.