$FSelectScrollHandleStyleTransformations extension
Methods
-
copyWith(
{IconThemeData? iconStyle, Color? background, Duration? enterDuration, double? pixelsPerSecond}) → FSelectScrollHandleStyle -
Available on FSelectScrollHandleStyle, provided by the $FSelectScrollHandleStyleTransformations extension
Returns a copy of this FSelectScrollHandleStyle with the given properties replaced. -
lerp(
FSelectScrollHandleStyle other, double t) → FSelectScrollHandleStyle -
Available on FSelectScrollHandleStyle, provided by the $FSelectScrollHandleStyleTransformations extension
Linearly interpolate between this and another FSelectScrollHandleStyle using the given factort
.