$FTappableStyleCopyWith extension
Provides a copyWith
method.
Methods
-
copyWith(
{FWidgetStateMap< MouseCursor> ? cursor, Duration? pressedEnterDuration, Duration? pressedExitDuration, Duration? bounceDownDuration, Duration? bounceUpDuration, Curve? bounceDownCurve, Curve? bounceUpCurve, Tween<double> ? bounceTween}) → FTappableStyle -
Available on FTappableStyle, provided by the $FTappableStyleCopyWith extension
Returns a copy of this FTappableStyle with the given properties replaced.