hoverScale property

AnimationConfig get hoverScale

Hover scale configuration

Implementation

static AnimationConfig get hoverScale => const AnimationConfig(
      duration: fast,
      curve: Curves.easeOut,
      fadeFrom: 1.0,
      fadeTo: 1.0,
      scaleFrom: 1.0,
      scaleTo: 1.02,
      slideFrom: Offset.zero,
      slideTo: Offset.zero,
    );