ButtonAnimationStyle.none constructor

const ButtonAnimationStyle.none()

No animation (default behavior, backwards compatible)

Implementation

const ButtonAnimationStyle.none()
  : type = ButtonAnimationType.none,
    duration = Duration.zero,
    curve = Curves.linear,
    enableHapticFeedback = false,
    translateY = null,
    shadowOffset = null,
    scaleMin = null,
    scaleMax = null,
    pulseScale = null,
    squeezeX = null,
    squeezeY = null,
    jellyStrength = null,
    shineColor = null,
    shineWidth = null,
    rippleScale = null,
    morphRadius = null,
    shakeOffset = null,
    shakeCount = null;