AnimationButtonEffect constructor

const AnimationButtonEffect({
  1. Key? key,
  2. bool disabled = true,
  3. required Widget child,
})

Implementation

const AnimationButtonEffect(
    {super.key,
      this.disabled = true,
      required this.child});