$FResizableStyleTransformations extension
Methods
-
copyWith(
{FResizableDividerStyle horizontalDividerStyle(FResizableDividerStyle style)?, FResizableDividerStyle verticalDividerStyle(FResizableDividerStyle style)?}) → FResizableStyle -
Available on FResizableStyle, provided by the $FResizableStyleTransformations extension
Returns a copy of this FResizableStyle with the given properties replaced. -
lerp(
FResizableStyle other, double t) → FResizableStyle -
Available on FResizableStyle, provided by the $FResizableStyleTransformations extension
Linearly interpolate between this and another FResizableStyle using the given factort
.