forwardDuration property

Duration? forwardDuration
final

Duration of animation when taping / long pressing the button.

If not specified, the forwardDuration from the CupertinoTextButtonTheme is used. If it is not specified in CupertinoTextButtonTheme, kCupertinoTextButtonDefaultForwardAnimationDuration is used.

Implementation

final Duration? forwardDuration;