FillingLoadingAnimation constructor
const
FillingLoadingAnimation(
- HoldableButton widget,
- AnimationController controller,
- Animation<
double> progressAnimation, { - Key? key,
Implementation
const FillingLoadingAnimation(this.widget, this.controller,this.progressAnimation, {super.key});