EdgeLoadingAnimation constructor

const EdgeLoadingAnimation(
  1. HoldableButton widget,
  2. AnimationController controller, {
  3. Key? key,
})

Implementation

const EdgeLoadingAnimation(this.widget, this.controller, {super.key});