FillingLoadingAnimation constructor

const FillingLoadingAnimation(
  1. HoldableButton widget,
  2. AnimationController controller,
  3. Animation<double> progressAnimation, {
  4. Key? key,
})

Implementation

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